$search

LinearEquationSolver Class Reference
[Newmat matrix manipulation library]

#include <newmat.h>

Inheritance diagram for LinearEquationSolver:
Inheritance graph
[legend]

List of all members.

Public Member Functions

void cleanup ()
GeneralMatrixEvaluate (MatrixType)
 ~LinearEquationSolver ()

 LinearEquationSolver (const BaseMatrix &bm)

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 1809 of file newmat.h.


Constructor & Destructor Documentation

LinearEquationSolver::LinearEquationSolver ( const BaseMatrix bm  ) 

Definition at line 728 of file newmat8.cpp.

LinearEquationSolver::~LinearEquationSolver (  )  [inline]

Definition at line 1816 of file newmat.h.


Member Function Documentation

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

Reimplemented from BaseMatrix.

Definition at line 1817 of file newmat.h.

GeneralMatrix* LinearEquationSolver::Evaluate ( MatrixType   )  [inline, virtual]

Implements BaseMatrix.

Definition at line 1818 of file newmat.h.

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

Implements BaseMatrix.

Definition at line 1812 of file newmat.h.


Friends And Related Function Documentation

friend class BaseMatrix [friend]

Definition at line 1813 of file newmat.h.


Member Data Documentation

Definition at line 1811 of file newmat.h.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines


kni
Author(s): Neuronics AG (see AUTHORS.txt); ROS wrapper by Martin Günther
autogenerated on Tue Mar 5 12:33:26 2013