Expand description
Matrix backend type for the ODE solver.
This module defines MatrixType, an enum specifying the matrix/linear algebra backend:
- MatrixType::NalgebraDense โ dense matrix using the nalgebra crate.
- MatrixType::FaerDense โ dense matrix using the faer crate.
- MatrixType::FaerSparse โ sparse matrix using the faer crate.
Enumsยง
- Matrix
Type - Enumerates the possible matrix types for diffsol