Teuchos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces
Teuchos_StandardFunctionObjects.hpp File Reference
#include "Teuchos_FunctionObject.hpp"
Include dependency graph for Teuchos_StandardFunctionObjects.hpp:
This graph shows which files directly or indirectly include this file:

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