Matrix Storage Schemes

LAPACK routines use the following matrix storage schemes:

In "LAPACK Routines: Least Squares and Eigenvalue Problems" and "LAPACK auxiliary and utility 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".


Submit feedback on this help topic