Skip to main content

Module reference

Module reference 

Source
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.
ReferenceFactorization
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.