Crate matrix [] [src]

Matrix storage schemes.

Structs

BandMatrix

A band matrix.

CompressedMatrix

A compressed matrix.

DenseMatrix

A dense matrix.

DiagonalMatrix

A diagonal matrix.

PackedMatrix

A packed matrix.

Enums

CompressedFormat

The storage format of a compressed matrix.

PackedFormat

The storage format of a packed matrix.