Module banded_array

Module banded_array 

Source
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ยง

BandedArray
Banded array format for sparse matrices