SourcePro® API Reference Guide

 
Classes

Module Description

Factorization objects provide an alternate representation of a system of equations that 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.

Classes

class  RWBandFact< TypeT >
 Encapsulates the factorization of banded matrices used to solve a system of equations. More...
 
class  RWHermFact< TypeT >
 Encapsulates factorizations of Hermitian matrices. More...
 
class  RWPDBandFact< TypeT >
 Encapsulates factorizations of positive definite symmetric matrices. See also RWPDFact, and RWPDTriDiagFact. More...
 
class  RWPDFact< TypeT >
 Encapsulates factorizations of positive definite symmetric matrices. See also RWPDBandFact and RWPDTriDiagFact. More...
 
class  RWPDTriDiagFact< TypeT >
 Encapsulates factorizations of positive definite symmetric matrices. See also RWPDFact and RWPDBandFact. More...
 
class  RWSymFact< TypeT >
 Encapsulates factorizations of symmetric matrices. More...
 
class  RWTriDiagFact< TypeT >
 Encapsulates factorizations of tridiagonal matrices. More...
 

Copyright © 2023 Rogue Wave Software, Inc., a Perforce company. All Rights Reserved.