lstsq_ndarray

Function lstsq_ndarray 

Source
pub fn lstsq_ndarray<T>(a: &Array2<T>, b: &Array1<T>) -> LapackResult<Array1<T>>
where T: Field + Clone + Zeroable + Real,
Expand description

Solves the least squares problem min ||Ax - b||.