Module solve

Module solve 

Source
Expand description

Linear system solving utilities for equations of the form Ax = B

Structs§

SolveResult
Holds the results of a linear system solve, including the solution matrix and permutation matrix

Enums§

SolveError
Error types related to linear system solving

Traits§

Solve
Linear system solver using LU decomposition

Type Aliases§

SolveResultType
Result type for linear system solving, returning either a SolveResult or a SolveError