Expand description
high level solvers
Re-exports§
pub use linalg::cholesky::ldlt::factor::LdltError;pub use linalg::cholesky::llt::factor::LltError;pub use linalg::evd::EvdError;pub use linalg::svd::SvdError;
Structs§
- ColPiv
Qr - $QR$ decomposition with column pivoting
- Eigen
- eigendecomposition
- Full
PivLu - $LU$ decomposition with full pivoting
- Lblt
- $LBL^\top$ decomposition
- Ldlt
- $L D L^\top$ decomposition
- Llt
- $L L^\top$ decomposition
- Partial
PivLu - $LU$ decomposition with partial (row) pivoting
- Qr
- $QR$ decomposition
- Self
Adjoint Eigen - self-adjoint eigendecomposition
- Svd
- svd decomposition (either full or thin)
Traits§
- Dense
Solve DenseSolveCoreextension trait- Dense
Solve Core - dense linear system solver
- Shape
Core - shape info of a linear system solver
- Solve
SolveCoreextension trait- Solve
Core - linear system solver implementation
- Solve
Lstsq SolveLstsqCoreextension trait- Solve
Lstsq Core - least squares linear system solver implementation