arrayd_into_mat

Function arrayd_into_mat 

Source
pub fn arrayd_into_mat<T>(arr: ArrayD<T>) -> Mat<T>
where T: Zeroable + Field + Clone,
Expand description

Converts an ndarray ArrayD to an OxiBLAS Mat, consuming the array.

ยงPanics

Panics if the array is not 2-dimensional.