SourcePro® C++ API Reference Guide

Product Documentation:
   SourcePro C++
Documentation Home
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 © 2016 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.
Provide feedback to Rogue Wave about its documentation.