Type Definition ndarray_linalg::krylov::Coefficients[][src]

type Coefficients<A> = Array1<A>;

Array type for coefficients to the current basis

  • The length must be self.len() + 1
  • Last component is the residual norm