Matrix Storage Schemes

LAPACK routines use the following matrix storage schemes:

In "LAPACK Routines: Linear Equations" and "LAPACK Routines: Least Squares and Eigenvalue Problems", arrays that hold matrices in the packed storage have names ending in p; arrays with matrices in the band storage have names ending in b. For more information on matrix storage schemes, see "Matrix Arguments" in Appendix "Routine and Function Arguments".


Submit feedback on this help topic

Copyright © 1994 - 2011, Intel Corporation. All rights reserved.