Type Alias ndarray_linalg::krylov::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 */ }