Public Member Functions | Private Member Functions | Private Attributes | Friends
LinearEquationSolver Class Reference

#include <LinearEquationSolver.h>

Inheritance diagram for LinearEquationSolver:
Inheritance graph
[legend]

List of all members.

Public Member Functions

void cleanup ()
GeneralMatrixEvaluate (MatrixType)
 LinearEquationSolver (const BaseMatrix &bm)
 ~LinearEquationSolver ()

Private Member Functions

int search (const BaseMatrix *) const

Private Attributes

GeneralMatrixgm

Friends

class BaseMatrix

Detailed Description

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 10 of file LinearEquationSolver.h.


Constructor & Destructor Documentation

Definition at line 4490 of file NewMatExhaustive.cpp.

Definition at line 17 of file LinearEquationSolver.h.


Member Function Documentation

void LinearEquationSolver::cleanup ( ) [inline, virtual]

Reimplemented from BaseMatrix.

Definition at line 18 of file LinearEquationSolver.h.

Implements BaseMatrix.

Definition at line 19 of file LinearEquationSolver.h.

int LinearEquationSolver::search ( const BaseMatrix ) const [inline, private, virtual]

Implements BaseMatrix.

Definition at line 13 of file LinearEquationSolver.h.


Friends And Related Function Documentation

friend class BaseMatrix [friend]

Definition at line 14 of file LinearEquationSolver.h.


Member Data Documentation

Definition at line 12 of file LinearEquationSolver.h.


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


lo
Author(s): U. Klank
autogenerated on Mon Oct 6 2014 10:44:15