pub fn ndarray_to_faer(a: &Array2<f64>) -> Mat<f64>
Convert ndarray::Array2<f64> → faer::Mat<f64>.
ndarray::Array2<f64>
faer::Mat<f64>