Expand description
Linear system solving utilities for equations of the form Ax = B
Structs§
- Solve
Result - Holds the results of a linear system solve, including the solution matrix and permutation matrix
Enums§
- Solve
Error - Error types related to linear system solving
Traits§
- Solve
- Linear system solver using LU decomposition
Type Aliases§
- Solve
Result Type - Result type for linear system solving, returning either a
SolveResultor aSolveError