Expand description
ndarray interoperability helpers for SciR.
Functionsยง
- array1_
to_ vec - Convert an
Array1<T>into aVec<T>. - vec_
to_ array1 - Convert a
Vec<T>into an ndarrayArray1<T>.
ndarray interoperability helpers for SciR.
Array1<T> into a Vec<T>.Vec<T> into an ndarray Array1<T>.