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