Module nalgebra::base::storage[][src]

Expand description

Abstract definition of a matrix data storage.

Traits

A matrix storage that is stored contiguously in memory.

A mutable matrix storage that is stored contiguously in memory.

A matrix storage that can be reshaped in-place.

The trait shared by all matrix data storage.

Trait implemented by matrix data storage that can provide a mutable access to its elements.

Type Definitions

The column-stride of the owned data storage for a buffer of dimension (R, C).

The owned data storage that can be allocated from S.

The row-stride of the owned data storage for a buffer of dimension (R, C).

The data storage for the sum of two matrices with dimensions (R1, C1) and (R2, C2).