File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
ndarray-linalg/src/lobpcg Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 22//!
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
5- //! eigenvalue problem
5+ //! eigenvalue problem
66//! ```
77//! A x = lambda x
88//! ```
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ impl<A: Float + PartialOrd + DivAssign<A> + 'static + MagnitudeCorrection> Trunc
9090/// Truncated singular value decomposition
9191///
9292/// Wraps the LOBPCG algorithm and provides convenient builder-pattern access to
93- /// parameter like maximal iteration, precision and contrain matrix.
93+ /// parameter like maximal iteration, precision and contrain matrix.
9494pub struct TruncatedSvd < A : Scalar > {
9595 order : Order ,
9696 problem : Array2 < A > ,
You can’t perform that action at this time.
0 commit comments