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

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

eigenSystem parameter class More...

#include <ltiEigenSystem.h>

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

int dimensions

Detailed Description

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

eigenSystem parameter class


Constructor & Destructor Documentation

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

default constructor

Reimplemented from lti::eigenSystem< T >::parameters.

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

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

copy constructor

Reimplemented from lti::eigenSystem< T >::parameters.

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


Member Function Documentation

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

returns a pointer to a clone of the parameters.

Reimplemented from lti::eigenSystem< T >::parameters.

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

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

returns the name of this type

Reimplemented from lti::eigenSystem< T >::parameters.


Member Data Documentation

template<class T>
int lti::jacobi< T >::parameters::dimensions

number of dimensions calculated.

The default is zero. In this case, all eigenvectors and eigenvalues are calculated.

This option is only provided for compatibility with the fastEigenSystem functor based on LAPACK, but it does not make (yet) the computation of the eigensolution any faster. It just will cut the already computed complete solution to the desired size!

Default value: 0 (implying all eigenvalues will be computed)

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


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

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