$search
#include <newmat.h>
Public Member Functions | |
void | cleanup () |
GeneralMatrix * | Evaluate (MatrixType) |
~LinearEquationSolver () | |
LinearEquationSolver (const BaseMatrix &bm) | |
Private Member Functions | |
int | search (const BaseMatrix *) const |
Private Attributes | |
GeneralMatrix * | gm |
Friends | |
class | BaseMatrix |
A class for finding A.i() * B. This is supposed to choose the appropriate method depending on the type A. Not very satisfactory as it doesn't know about Cholesky for for positive definite matrices.
Definition at line 1809 of file newmat.h.
LinearEquationSolver::LinearEquationSolver | ( | const BaseMatrix & | bm | ) |
Definition at line 728 of file newmat8.cpp.
void LinearEquationSolver::cleanup | ( | ) | [inline, virtual] |
Reimplemented from BaseMatrix.
GeneralMatrix* LinearEquationSolver::Evaluate | ( | MatrixType | ) | [inline, virtual] |
Implements BaseMatrix.
int LinearEquationSolver::search | ( | const BaseMatrix * | ) | const [inline, private, virtual] |
Implements BaseMatrix.
friend class BaseMatrix [friend] |
GeneralMatrix* LinearEquationSolver::gm [private] |