Crate matrix [] [src]

Matrix storage schemes.

Structs

Band

A band matrix.

Compressed

A compressed matrix.

Dense

A dense matrix.

Diagonal

A diagonal matrix.

Packed

A packed matrix.

Enums

CompressedFormat

The storage format of a compressed matrix.

PackedFormat

The storage format of a packed matrix.