Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include "Teuchos_FunctionObject.hpp"
Go to the source code of this file.
Classes | |
class | Teuchos::SimpleFunctionObject< OperandType > |
A simple function object that applies a given operand to a spcified arguement using a specific operator. More... | |
class | Teuchos::SubtractionFunction< OperandType > |
A simple function object that subtracts a specififed value from the given arguement in the runFunction function. More... | |
class | Teuchos::AdditionFunction< OperandType > |
A simple function object that adds a specififed value from the given arguement in the runFunction function. More... | |
class | Teuchos::MultiplicationFunction< OperandType > |
A simple function object that multiplys a specififed value from the given arguement in the runFunction function. More... | |
class | Teuchos::DivisionFunction< OperandType > |
A simple function object that divides a specififed value from the given arguement in the runFunction function. More... | |
Namespaces | |
Teuchos | |