Type Alias ndarray_linalg::krylov::R

source ·
pub type R<A> = Array2<A>;
Expand description

R-matrix

  • Maybe NOT square
  • Upper triangle

Aliased Type§

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