Trait beagle::scalar_array::ScalarArrayRef [] [src]

pub trait ScalarArrayRef: ScalarArray where
    Self::Row: DimRef<Self::Scalar>,
    Self::Dim: TwoDimRef<Self::Scalar, Self::Row>,
    <Self::Row as HasSmaller>::Smaller: Array<Self::Scalar>,
    <Self::Dim as HasSmaller>::Smaller: Array<<Self::Row as Array<Self::Scalar>>::Type>, 
{ fn get_ref(
        &self
    ) -> <Self::Dim as Array<<Self::Row as Array<&Self::Scalar>>::Type>>::Type; }

Matrix/Vector types that can be references

Required Methods

Extract the inner array references

Implementors