nalgebra::base::allocator

Trait SameShapeVectorAllocator

Source
pub trait SameShapeVectorAllocator<R1, R2>:
    Allocator<R1>
    + Allocator<SameShapeR<R1, R2>>
    + SameShapeAllocator<R1, U1, R2, U1>
where R1: Dim, R2: Dim, ShapeConstraint: SameNumberOfRows<R1, R2>,
{ }
Expand description

Restricts the given number of rows to be equal.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§