last update 20 Sep 2009 |
#include <cvrDecompositionSolution.h>
Public Member Functions | |
parameters () | |
parameters (const parameters &other) | |
parameters & | copy (const parameters &other) |
const std::string & | name () const |
virtual parameters * | clone () const |
virtual parameters * | newInstance () const |
cvr::decompositionSolution< T >::decompositionSolution::parameters::parameters | ( | ) |
Default constructor.
Reimplemented from cvr::linearAlgebraFunctor::linearAlgebraFunctor::parameters.
Reimplemented in cvr::qrSolution< T >::qrSolution::parameters.
cvr::decompositionSolution< T >::decompositionSolution::parameters::parameters | ( | const parameters & | other | ) |
Copy constructor.
Reimplemented from cvr::linearAlgebraFunctor::linearAlgebraFunctor::parameters.
Reimplemented in cvr::qrSolution< T >::qrSolution::parameters.
virtual parameters* cvr::decompositionSolution< T >::decompositionSolution::parameters::clone | ( | ) | const [virtual] |
Returns a pointer to a clone of the parameters.
Reimplemented from cvr::linearAlgebraFunctor::linearAlgebraFunctor::parameters.
Reimplemented in cvr::qrSolution< T >::qrSolution::parameters.
parameters& cvr::decompositionSolution< T >::decompositionSolution::parameters::copy | ( | const parameters & | other | ) |
Copy member.
if the system-matrix of the other object is a normal matrix, its contents will be copied to the system-matrix of this parameters-object. If the other system-matrix contains just a reference to external data, then the system-matrix of this object will contain the same reference to the data! The reason for this is to allow the use of this functor with huge matrices without the need of duplication. Use this data referencing option carefully!
Reimplemented from cvr::linearAlgebraFunctor::linearAlgebraFunctor::parameters.
Reimplemented in cvr::qrSolution< T >::qrSolution::parameters.
const std::string& cvr::decompositionSolution< T >::decompositionSolution::parameters::name | ( | ) | const [virtual] |
Returns the name of this class.
Reimplemented from cvr::linearAlgebraFunctor::linearAlgebraFunctor::parameters.
Reimplemented in cvr::qrSolution< T >::qrSolution::parameters.
virtual parameters* cvr::decompositionSolution< T >::decompositionSolution::parameters::newInstance | ( | ) | const [virtual] |
Returns a pointer to a new instance of the parameters.
Reimplemented from cvr::linearAlgebraFunctor::linearAlgebraFunctor::parameters.
Reimplemented in cvr::qrSolution< T >::qrSolution::parameters.