Skip to main content

Crate scir_nd

Crate scir_nd 

Source
Expand description

ndarray interoperability helpers for SciR.

Functionsยง

array1_to_vec
Convert an Array1<T> into a Vec<T>.
vec_to_array1
Convert a Vec<T> into an ndarray Array1<T>.