IntoNdarray2

Trait IntoNdarray2 

Source
pub trait IntoNdarray2 {
    type Out;

    // Required method
    fn into_ndarray2(self) -> Self::Out;
}

Required Associated Types§

Required Methods§

Source

fn into_ndarray2(self) -> Self::Out

Implementations on Foreign Types§

Source§

impl<N: Scalar> IntoNdarray2 for Matrix<N, Dyn, Dyn, VecStorage<N, Dyn, Dyn>>
where DefaultAllocator: Allocator<Dyn, Dyn, Buffer<N> = VecStorage<N, Dyn, Dyn>>,

Implementors§