Type Alias ndarray_linalg::krylov::Coefficients
source · pub type Coefficients<A> = Array1<A>;
Expand description
Array type for coefficients to the current basis
- The length must be
self.len() + 1
- Last component is the residual norm
Aliased Type§
struct Coefficients<A> { /* private fields */ }