Intel® oneAPI Math Kernel Library Developer Reference - C

Matrix Storage

The symmetric and Hermitian matrices used in Extended Eigensolvers predefined interfaces can be stored in full, band, and sparse formats.

In generalized eigenvalue systems you must use the same family of storage format for both matrices A and B. The bandwidth can be different for the banded format (klb can be different from kla), and the position of the non-zero elements can also be different for the sparse format (CSR coordinates ib and jb can be different from ia and ja).