Module matrix::format::banded

source ·
Expand description

The banded format.

The format is suitable for matrices with a small number of superdiagonals and/or subdiagonals relative to the smallest dimension. The format is compatible with the one adopted by LAPACK.

Structs

A banded matrix.
A sparse iterator.