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"
5050criterion = " 0.3.4"
5151# Keep the same version as ndarray's dependency!
5252approx = { 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 "
5555
5656[[bench ]]
5757name = " truncated_eig"
Original file line number Diff line number Diff line change 33//! Locally Optimal Block Preconditioned Conjugate Gradient (LOBPCG) is a matrix-free method for
44//! finding the large (or smallest) eigenvalues and the corresponding eigenvectors of a symmetric
55//! eigenvalue problem
6- //! ```
6+ //! ```text
77//! A x = lambda x
88//! ```
99//! 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