pub fn is_len_ok<B>(len: usize) -> boolwhere
    B: Basis<f32>,
Expand description

Returns true if a knots slice you want to feed into spline() has the correct length for the choosen Basis.