ndarray_linalg::krylov

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