Factorization Classes
Factorization objects provide an alternate representation of a system of equations which can be used for solving the system, computing determinants, estimating a condition number, or computing an inverse. Factorizations are provided for the following types of systems: general dense, positive definite symmetric, general symmetric, positive definite Hermitian, general Hermitian, banded, positive definite banded, tridiagonal, and positive definite tridiagonal. The Factorization Classes are contained in Table 3.
Table 3 – The Factorization Classes 
Class Name
Type
Header File
Encapsulates factorizations of banded systems.
rw/lapack/bandfct.h
Encapsulates factorizations of positive definite banded systems.
rw/lapack/pdbdfct.h
Encapsulates factorizations of positive definite systems.
rw/lapack/pdfct.h
Encapsulates factorizations of positive definite tridiagonal systems.
rw/lapack/pdtdfct.h
Encapsulates factorizations of general Hermitian systems.
rw/lapack/hermfct.h
Encapsulates factorizations of general symmetric systems.
rw/lapack/symfct.h
Encapsulates factorizations of tridiagonal systems.
rw/lapack/trdgfct.h