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

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

minimizeBasis parameter class More...

#include <ltiMinimizeBasis.h>

Inheritance diagram for lti::minimizeBasis< T >::parameters:
Inheritance graph
[legend]
Collaboration diagram for lti::minimizeBasis< 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

eDeviationType deviationType
double maxDeviation
eMethod method

Detailed Description

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

minimizeBasis parameter class


Constructor & Destructor Documentation

template<class T >
lti::minimizeBasis< T >::parameters::parameters ( void   )  [inline]

default constructor

Reimplemented from lti::linearAlgebraFunctor::parameters.

Referenced by lti::minimizeBasis< T >::parameters::clone().

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

copy constructor

Reimplemented from lti::linearAlgebraFunctor::parameters.


Member Function Documentation

template<class T >
virtual functor::parameters* lti::minimizeBasis< T >::parameters::clone (  )  const [inline, virtual]

returns a pointer to a clone of the parameters.

Reimplemented from lti::linearAlgebraFunctor::parameters.

References lti::minimizeBasis< T >::parameters::parameters().

template<class T >
parameters& lti::minimizeBasis< T >::parameters::copy ( const parameters other  )  [inline]
template<class T >
virtual const char* lti::minimizeBasis< T >::parameters::getTypeName ( void   )  const [inline, virtual]

returns the name of this type

Reimplemented from lti::linearAlgebraFunctor::parameters.


Member Data Documentation

template<class T >
eDeviationType lti::minimizeBasis< T >::parameters::deviationType

deviation type.

Check for

  • Element: the elements of the approximating vectors must not deviate more than maxDeviation from their approximated vectors
  • Vector: the l2VectorNorm of the deviation vector between the approximating and the approximated vector must not be be larger than maxDeviation
  • Matrix: the l2MatrixNorm of the difference matrix between the approximating and the approximated set of vectors must not be larger than maxDeviation

Referenced by lti::minimizeBasis< T >::parameters::copy().

template<class T >
double lti::minimizeBasis< T >::parameters::maxDeviation

maximal deviation

Referenced by lti::minimizeBasis< T >::parameters::copy().

template<class T >
eMethod lti::minimizeBasis< T >::parameters::method

apply method

Referenced by lti::minimizeBasis< T >::parameters::copy().


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

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