Trait beagle::scalar_array::HasConcreteVecArray [] [src]

pub trait HasConcreteVecArray<S, R = Self::Row>: ScalarArray<Dim = One> + HasConcreteScalarArray<S, R, One> where
    R: Dim<S>,
    Self::Concrete: ConcreteVecArray<Scalar = S, Row = R>,
    <Self::Row as HasSmaller>::Smaller: Array<Self::Scalar>,
    <R as HasSmaller>::Smaller: Array<S>, 
{ }

Vector types that have an associated constructable type

Implementors