Skip to main content

Module types

Module types 

Source
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 Diagnostics itself.

Traits§

SvdFloat
Scalar types this crate can decompose.