Expand description
Banded matrix format for sparse matrices
Banded matrices are matrices where all non-zero elements are within a band around the main diagonal. This format is highly efficient for matrices with this structure, especially for solving linear systems.
Structsยง
- Banded
Array - Banded array format for sparse matrices