pub type Coefficients<A> = Array1<A>;
Array type for coefficients to the current basis
self.len() + 1
struct Coefficients<A> { /* private fields */ }