[][src]Function uniform_cubic_splines::is_len_ok

pub fn is_len_ok<B>(len: usize) -> bool where
    B: Basis<f32>, 

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