Enum ndarray_linalg::krylov::Strategy [−][src]
pub enum Strategy { Terminate, Skip, Full, }
Expand description
Strategy for linearly dependent vectors appearing in iterative QR decomposition
Variants
Terminate iteration if dependent vector comes
Skip dependent vector
Orthogonalize dependent vector without adding to Q, i.e. R must be non-square like following:
x x x x x 0 x x x x 0 0 0 x x 0 0 0 0 x
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Strategy
impl UnwindSafe for Strategy
Blanket Implementations
Mutably borrows from an owned value. Read more