|
last update 20 Sep 2009 |
|
#include <cvrLinearAlgebraFunctor.h>


Classes | |
| class | parameters |
| The parameters for the linear algebra functors. More... | |
Public Member Functions | |
| linearAlgebraFunctor () | |
| linearAlgebraFunctor (const parameters &par) | |
| linearAlgebraFunctor (const linearAlgebraFunctor &other) | |
| virtual | ~linearAlgebraFunctor () |
| linearAlgebraFunctor & | copy (const linearAlgebraFunctor &other) |
| linearAlgebraFunctor & | operator= (const linearAlgebraFunctor &other) |
| const parameters & | getParameters () const |
This class is abstract.
| cvr::linearAlgebraFunctor::linearAlgebraFunctor | ( | ) |
Default constructor.
| cvr::linearAlgebraFunctor::linearAlgebraFunctor | ( | const parameters & | par | ) |
Construct a functor using the given parameters.
| cvr::linearAlgebraFunctor::linearAlgebraFunctor | ( | const linearAlgebraFunctor & | other | ) |
| virtual cvr::linearAlgebraFunctor::~linearAlgebraFunctor | ( | ) | [virtual] |
Destructor.
| linearAlgebraFunctor& cvr::linearAlgebraFunctor::copy | ( | const linearAlgebraFunctor & | other | ) |
| const parameters& cvr::linearAlgebraFunctor::getParameters | ( | ) | const |
Returns used parameters.
Reimplemented from cvr::parametersManager.
Reimplemented in cvr::decompositionSolution< T >, cvr::linearLeastSquares, cvr::luDecomposition< T >, cvr::minimizeBasis, cvr::pca< T >, cvr::qrDecomposition< T >, cvr::qrSolution< T >, cvr::svd, cvr::symmetricEigenSystem< T >, and cvr::decompositionSolution< T >.
| linearAlgebraFunctor& cvr::linearAlgebraFunctor::operator= | ( | const linearAlgebraFunctor & | other | ) |