Crate matrix [] [src]

Matrix storage schemes.

Structs

Band

A band matrix.

Compressed

A compressed matrix.

Dense

A dense matrix.

Diagonal

A diagonal matrix.

Triangular

A triangular matrix.

Enums

Major

A major dimension.

Part

A matrix part.

Shape

A matrix shape.

Traits

Element

A matrix element.

Make

A means of constructing matrices.

Matrix

A matrix.

Sparse

A sparse matrix.