Expand description
Result and scalar types shared by every algorithm in the crate.
Structs§
- Diagnostics
- What the computation did, for logging and for deciding whether to trust a result.
- SvdRec
- A singular value decomposition.
Enums§
- Algorithm
- Which algorithm produced a result.
- Detail
- Algorithm-specific counters. The fields common to every method live on
Diagnosticsitself.
Traits§
- SvdFloat
- Scalar types this crate can decompose.