latest version v1.9 - last update 10 Apr 2010 |
decompositionSolution parameter class More...
#include <ltiEquationSystem.h>
Public Member Functions | |
parameters () | |
parameters (const parameters &other) | |
virtual const char * | getTypeName () const |
parameters & | copy (const parameters &other) |
virtual functor::parameters * | clone () const |
Public Attributes | |
matrix< T > | systemMatrix |
decompositionSolution parameter class
lti::decompositionSolution< T >::parameters::parameters | ( | void | ) | [inline] |
default constructor
Reimplemented from lti::functor::parameters.
Reimplemented in lti::qrSolution< T >::parameters.
Referenced by lti::decompositionSolution< T >::parameters::clone().
lti::decompositionSolution< T >::parameters::parameters | ( | const parameters & | other | ) | [inline] |
copy constructor
Reimplemented in lti::qrSolution< T >::parameters.
References lti::decompositionSolution< T >::parameters::copy().
virtual functor::parameters* lti::decompositionSolution< T >::parameters::clone | ( | ) | const [inline, virtual] |
returns a pointer to a clone of the parameters.
Implements lti::functor::parameters.
Reimplemented in lti::qrSolution< T >::parameters.
References lti::decompositionSolution< T >::parameters::parameters().
parameters& lti::decompositionSolution< T >::parameters::copy | ( | const parameters & | other | ) | [inline] |
copy member.
if the system-matrix of the other object is a normal matrix, its contents will be copied to the system-matrix of this parameters-object. If the other system-matrix contains just a reference to external data, then the system-matrix of this object will contain the same reference to the data! The reason for this is to allow the use of this functor with huge matrices without the need of duplication. Use this data referencing option carefully!
Reimplemented in lti::qrSolution< T >::parameters.
References lti::functor::parameters::copy(), and lti::decompositionSolution< T >::parameters::systemMatrix.
Referenced by lti::decompositionSolution< T >::parameters::parameters().
virtual const char* lti::decompositionSolution< T >::parameters::getTypeName | ( | void | ) | const [inline, virtual] |
returns the name of this type
Reimplemented from lti::functor::parameters.
Reimplemented in lti::qrSolution< T >::parameters.
matrix<T> lti::decompositionSolution< T >::parameters::systemMatrix |
matrix A
Referenced by lti::decompositionSolution< T >::parameters::copy().