[−][src]Trait rin::math::constraint::SameNumberOfRows
Constraints D1
and D2
to be equivalent. They are both assumed to be the number of rows of a matrix.
Associated Types
type Representative: Dim
This is either equal to D1
or D2
, always choosing the one (if any) which is a type-level
constant.
Implementors
impl<D> SameNumberOfRows<Dynamic, D> for ShapeConstraint where
D: DimName,
[src]
impl<D> SameNumberOfRows<Dynamic, D> for ShapeConstraint where
D: DimName,
type Representative = D
impl<D> SameNumberOfRows<D, Dynamic> for ShapeConstraint where
D: DimName,
[src]
impl<D> SameNumberOfRows<D, Dynamic> for ShapeConstraint where
D: DimName,
type Representative = D
impl<D> SameNumberOfRows<D, D> for ShapeConstraint where
D: Dim,
[src]
impl<D> SameNumberOfRows<D, D> for ShapeConstraint where
D: Dim,