Trait beagle::scalar_array::ConcreteScalarArray [] [src]

pub trait ConcreteScalarArray: Sized + ScalarArrayVal + HasConcreteScalarArray<Self::Scalar, Concrete = Self> where
    <Self::Row as HasSmaller>::Smaller: Array<Self::Scalar>,
    <Self::Dim as HasSmaller>::Smaller: Array<<Self::Row as Array<Self::Scalar>>::Type>, 
{ fn from_val(
        v: <Self::Dim as Array<<Self::Row as Array<Self::Scalar>>::Type>>::Type
    ) -> Self; }

Matrix/Vector types that can be constructed

Required Methods

Create from an array

Implementors