Rogue Wave banner
Previous fileTop of DocumentContentsIndexNext file

3.3 Matrix Precision and Shape

There are 29 different matrix types provided with LAPACK.h++. There are two aspects to each matrix's type: precision and shape.

The matrix precision is concatenated to the matrix shape to create the complete matrix type. For example, the DComplexBandMat type holds matrices of banded shape containing elements of double complex precision.

Following this paragraph is a list of each of the available matrix shapes and the types available for each shape. A more complete description of each shape, including technical details like the storage scheme used, are in the Class Reference.


Previous fileTop of DocumentContentsIndexNext file

©Copyright 1999, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.