Trait HMFloat
ndarray_linalg::hermite
pub trait HMFloat: ImplEigh + ImplCholesky + MFloat { }
impl<A: ImplEigh + ImplCholesky + MFloat> HMFloat for A