Expand description
Reference factorization data loader (JSON format).
Loads companion .json files for hand-constructed test matrices that contain
analytically known LDL^T factorizations (L factor, D diagonal, permutation,
and inertia).
Re-exports§
pub use crate::symmetric::Inertia;
Structs§
- LEntry
- Single entry in the strict lower triangle of L.
- Reference
Factorization - The known-correct LDL^T factorization of a hand-constructed matrix.
Enums§
- DBlock
- One block of the block diagonal D.
Functions§
- load_
reference - Load a reference factorization from a companion JSON file.