pub fn solve_ndarray<T>(a: &Array2<T>, b: &Array1<T>) -> LapackResult<Array1<T>>where T: Field + Clone + Zeroable + Real,
Solves the linear system Ax = b.
a
b
The solution vector x