Module solvers
👎Deprecated: moved to faer::linalg::solvers
Expand description
Matrix solvers and decompositions.
Structs§
- Cholesky decomposition.
- This error signifies that the LLT decomposition could not be computed due to the matrix not being numerically positive definite.
- QR decomposition with column pivoting.
- Complex eigendecomposition.
- LU decomposition with full pivoting.
- Bunch-Kaufman decomposition.
- LU decomposition with partial pivoting.
- QR decomposition.
- Self-adjoint eigendecomposition.
- Singular value decomposition.
- Thin singular value decomposition.
Traits§
- Solver that can compute solution of a linear system.
- Object-safe base for
Solver
- Dense solver that can compute the least squares solution of an overdetermined linear system.
- Object-safe base for
SolverLstsq
- Solver that can compute solution of a linear system.
- Object-safe base for
SpSolver
- Solver that can compute the least squares solution of an overdetermined linear system.
- Object-safe base for
SpSolverLstsq