LTI-Lib latest version v1.9 - last update 10 Apr 2010

lti::decompositionSolution< T >::parameters Class Reference

decompositionSolution parameter class More...

#include <ltiEquationSystem.h>

Inheritance diagram for lti::decompositionSolution< T >::parameters:
Inheritance graph
[legend]
Collaboration diagram for lti::decompositionSolution< T >::parameters:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 parameters ()
 parameters (const parameters &other)
virtual const char * getTypeName () const
parameterscopy (const parameters &other)
virtual functor::parametersclone () const

Public Attributes

matrix< T > systemMatrix

Detailed Description

template<class T>
class lti::decompositionSolution< T >::parameters

decompositionSolution parameter class


Constructor & Destructor Documentation

template<class T>
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().

template<class T>
lti::decompositionSolution< T >::parameters::parameters ( const parameters other  )  [inline]

Member Function Documentation

template<class T>
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().

template<class T>
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().

template<class T>
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.


Member Data Documentation


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

Generated on Sat Apr 10 15:28:18 2010 for LTI-Lib by Doxygen 1.6.1