File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ paste = "1.0.5"
50
50
criterion = " 0.3.4"
51
51
# Keep the same version as ndarray's dependency!
52
52
approx = { version = " 0.4" , features = [" num-complex" ] }
53
- rand_xoshiro = " 0.4 "
54
- ndarray-rand = " 0.12 "
53
+ rand_xoshiro = " 0.6 "
54
+ ndarray-rand = " 0.14 "
55
55
56
56
[[bench ]]
57
57
name = " truncated_eig"
Original file line number Diff line number Diff line change 3
3
//! Locally Optimal Block Preconditioned Conjugate Gradient (LOBPCG) is a matrix-free method for
4
4
//! finding the large (or smallest) eigenvalues and the corresponding eigenvectors of a symmetric
5
5
//! eigenvalue problem
6
- //! ```
6
+ //! ```text
7
7
//! A x = lambda x
8
8
//! ```
9
9
//! where A is symmetric and (x, lambda) the solution. It has the following advantages:
You can’t perform that action at this time.
0 commit comments