Trait beagle::scalar_array::ScalarArrayMut [] [src]

pub trait ScalarArrayMut: ScalarArrayRef where
    Self::Row: DimMut<Self::Scalar>,
    Self::Dim: TwoDimMut<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_mut(
        &mut self
    ) -> <Self::Dim as Array<<Self::Row as Array<&mut Self::Scalar>>::Type>>::Type; }

Matrix/Vector types that can be mutated

Required Methods

Extract the inner array mutable references

Implementors