ndarray_linalg::krylov

Type Alias Q

Source
pub type Q<A> = Array2<A>;
Expand description

Q-matrix

  • Maybe NOT square
  • Unitary for existing columns

Aliased Typeยง

struct Q<A> { /* private fields */ }