Intel® oneAPI Math Kernel Library Developer Reference - Fortran

Matrix Storage Schemes for LAPACK Routines

LAPACK routines use the following matrix storage schemes:

Generally in LAPACK routines, arrays that hold matrices in packed storage have names ending in p; arrays with matrices in band storage have names ending in b; arrays with matrices in the RFP storage have names ending in fp.

For more information on matrix storage schemes, see "Matrix Arguments" in "Routine and Function Arguments".