Trait beagle::scalar_array::ScalarArrayVal [] [src]

pub trait ScalarArrayVal: ScalarArray where
    <Self::Row as HasSmaller>::Smaller: Array<Self::Scalar>,
    <Self::Dim as HasSmaller>::Smaller: Array<<Self::Row as Array<Self::Scalar>>::Type>, 
{ fn get_val(
        self
    ) -> <Self::Dim as Array<<Self::Row as Array<Self::Scalar>>::Type>>::Type; }

Matrix/Vector types that can be deconstructed

Required Methods

Extract the inner array

Implementors