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

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

the parameters for the class unifiedGeneralizedEigenSystem. More...

#include <ltiUnifiedGeneralizedEigenSystem.h>

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

List of all members.

Public Types

enum  eEigenSystemType { GeneralizedEigenSystem, FastGeneralizedEigenSystem = 10 }

Public Member Functions

 parameters ()
 parameters (const parameters &other)
 ~parameters ()
const char * getTypeName () const
parameterscopy (const parameters &other)
parametersoperator= (const parameters &other)
virtual functor::parametersclone () const
virtual bool write (ioHandler &handler, const bool complete=true) const
virtual bool read (ioHandler &handler, const bool complete=true)

Public Attributes

bool sort
int dimensions
eEigenSystemType esType
bool useDC

Detailed Description

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

the parameters for the class unifiedGeneralizedEigenSystem.

Note that the parameter problemType of fastGeneralizedEigenSystem is statically set to Type1 in this functor, which results in the same functionality as that of generalizedEigenSystem. If you need other types use the LAPACK method directly.


Member Enumeration Documentation

The Eigensystem solution method to use.

Note that functors starting with Fast___ are only available if LAPACK is used. The default is set according to your installation.

Enumerator:
GeneralizedEigenSystem 

use generalizedEigenSystem

FastGeneralizedEigenSystem 

use fastGeneralizedEigenSystem


Constructor & Destructor Documentation

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

copy constructor

Parameters:
other the parameters object to be copied

Reimplemented from lti::linearAlgebraFunctor::parameters.

References lti::unifiedGeneralizedEigenSystem< T >::parameters::copy().

template<class T >
lti::unifiedGeneralizedEigenSystem< T >::parameters::~parameters (  )  [inline, virtual]

destructor

Reimplemented from lti::linearAlgebraFunctor::parameters.


Member Function Documentation

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

returns name of this type

Reimplemented from lti::linearAlgebraFunctor::parameters.

template<class T >
parameters& lti::unifiedGeneralizedEigenSystem< T >::parameters::operator= ( const parameters other  )  [inline]

copy the contents of a parameters object

Parameters:
other the parameters object to be copied
Returns:
a reference to this parameters object

References lti::unifiedGeneralizedEigenSystem< T >::parameters::copy().

template<class T >
virtual bool lti::unifiedGeneralizedEigenSystem< T >::parameters::read ( ioHandler handler,
const bool  complete = true 
) [inline, virtual]

read the parameters from the given ioHandler

Parameters:
handler the ioHandler to be used
complete if true (the default) the enclosing begin/end will be also written, otherwise only the data block will be written.
Returns:
true if write was successful

Reimplemented from lti::linearAlgebraFunctor::parameters.

References lti::unifiedGeneralizedEigenSystem< T >::parameters::dimensions, lti::unifiedGeneralizedEigenSystem< T >::parameters::esType, lti::unifiedGeneralizedEigenSystem< T >::parameters::FastGeneralizedEigenSystem, lti::unifiedGeneralizedEigenSystem< T >::parameters::GeneralizedEigenSystem, lti::ioHandler::readBegin(), and lti::ioHandler::readEnd().

template<class T >
virtual bool lti::unifiedGeneralizedEigenSystem< T >::parameters::write ( ioHandler handler,
const bool  complete = true 
) const [inline, virtual]

write the parameters in the given ioHandler

Parameters:
handler the ioHandler to be used
complete if true (the default) the enclosing begin/end will be also written, otherwise only the data block will be written.
Returns:
true if write was successful

Reimplemented from lti::linearAlgebraFunctor::parameters.

References lti::unifiedGeneralizedEigenSystem< T >::parameters::dimensions, lti::unifiedGeneralizedEigenSystem< T >::parameters::esType, lti::unifiedGeneralizedEigenSystem< T >::parameters::FastGeneralizedEigenSystem, lti::unifiedGeneralizedEigenSystem< T >::parameters::GeneralizedEigenSystem, lti::ioHandler::writeBegin(), and lti::ioHandler::writeEnd().


Member Data Documentation

If true the eigenvalues and eigenvectors are sorted in descending order.

Default true.

See eigenSystem<T>::parameters::sort.

This parameters is used only if esType==FastGeneralizedEigenSystem.

It determines whether the divide and conquer strategy is used or not. Default true.

See fastGeneralizedEigenSystem<T>::parameters::useDC

Referenced by lti::unifiedGeneralizedEigenSystem< T >::parameters::parameters().


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

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