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

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

the parameters for the class unifiedSymmetricEigenSystem More...

#include <ltiUnifiedSymmetricEigenSystem.h>

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

List of all members.

Public Types

enum  eEigenSystemType { Jacobi, FastEigenSystem = 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
bool useRRR
eEigenSystemType esType

Detailed Description

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

the parameters for the class unifiedSymmetricEigenSystem


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:
Jacobi 

use jacobi

FastEigenSystem 

use fastEigenSystem


Constructor & Destructor Documentation

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

copy constructor

Parameters:
other the parameters object to be copied

Reimplemented from lti::linearAlgebraFunctor::parameters.

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

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

destructor

Reimplemented from lti::linearAlgebraFunctor::parameters.


Member Function Documentation

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

returns name of this type

Reimplemented from lti::linearAlgebraFunctor::parameters.

template<class T >
parameters& lti::unifiedSymmetricEigenSystem< 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::unifiedSymmetricEigenSystem< T >::parameters::copy().

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

Member Data Documentation

The eigenSystem given is used.

Note that you cannot use fastEigenSystem if LAPACK is not installed. The default is dependent on the the system configuration: If LAPACK is available, fastEigenSystem is used, otherwise jacobi.

Referenced by lti::unifiedSymmetricEigenSystem< T >::parameters::copy(), lti::unifiedSymmetricEigenSystem< T >::parameters::parameters(), lti::unifiedSymmetricEigenSystem< T >::parameters::read(), and lti::unifiedSymmetricEigenSystem< T >::parameters::write().

template<class T >
bool lti::unifiedSymmetricEigenSystem< T >::parameters::sort

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

Default true.

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

This parameter is used only if esType=FastEigenSystem.

It determines whether the relatively robust representation is used. This can be much faster than the default but might also hang. For this reason:

Default: false

See alse:

Referenced by lti::unifiedSymmetricEigenSystem< T >::parameters::copy(), lti::unifiedSymmetricEigenSystem< T >::parameters::parameters(), lti::unifiedSymmetricEigenSystem< T >::parameters::read(), and lti::unifiedSymmetricEigenSystem< T >::parameters::write().


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

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