Rogue Wave banner
Previous fileTop of DocumentContentsIndex pageNext file
Linear Algebra Module Reference Guide
Rogue Wave web site:  Home Page  |  Main Documentation Page

2.4 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 Description

RWBandFact<T>

Encapsulates factorizations of banded systems.

RWPDBandFact<T>

Encapsulates factorizations of positive definite banded systems.

RWPDFact<T>

Encapsulates factorizations of positive definite systems.

RWPDTriDiagFact<T>

Encapsulates factorizations of positive definite tridiagonal systems.

RWHermFact<T>

Encapsulates factorizations of general Hermitian systems.

RWSymFact<T>

Encapsulates factorizations of general symmetric systems.

RWTriDiagFact<T>

Encapsulates factorizations of tridiagonal systems.



Previous fileTop of DocumentContentsIndex pageNext file

© Copyright Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave and SourcePro are registered trademarks of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.