Trait beagle::scalar_array::VecArrayRef [] [src]

pub trait VecArrayRef: ScalarArrayRef<Dim = One> where
    Self::Row: DimRef<Self::Scalar>,
    <Self::Row as HasSmaller>::Smaller: Array<Self::Scalar> + Array<&'a Self::Scalar>, 
{ fn get_vec_ref(&self) -> <Self::Row as Array<&Self::Scalar>>::Type; }

Vector types that can be references

Required Methods

Extract the inner array references

Implementors