Factor Class Reference

Abstract class for performing matrix factorizations. More...

#include <LinearAlgebra.h>

Inheritance diagram for Factor:
FactorLU FactorQTZ FactorSVD

List of all members.

Public Member Functions

 Factor ()
template<class ELT >
 Factor (Matrix_< ELT > m)
 creates an factorization of a matrix
template<class ELT >
void solve (const Vector_< ELT > &b, Vector_< ELT > &x) const
 solves a single right hand side using a factorization
template<class ELT >
void solve (const Matrix_< ELT > &b, Matrix_< ELT > &x) const
 solves multiple right hand sides using a factorization

Detailed Description

Abstract class for performing matrix factorizations.


Constructor & Destructor Documentation

Factor (  )  [inline]
Factor ( Matrix_< ELT >  m  )  [inline]

creates an factorization of a matrix


Member Function Documentation

void solve ( const Matrix_< ELT > &  b,
Matrix_< ELT > &  x 
) const [inline]

solves multiple right hand sides using a factorization

Reimplemented in FactorLU, and FactorQTZ.

void solve ( const Vector_< ELT > &  b,
Vector_< ELT > &  x 
) const [inline]

solves a single right hand side using a factorization

Reimplemented in FactorLU, and FactorQTZ.


The documentation for this class was generated from the following file:

Generated on Wed Dec 30 11:05:16 2009 for SimTKcore by  doxygen 1.6.1