pub trait BasisFunction<const N: usize> { // Required method fn value(&self, point: [f64; N]) -> f64; }