Go to the source code of this file.
|
| namespace | Ocean |
| | The namespace covering the entire Ocean framework.
|
| |
|
| template<typename T1 , typename TNumeric1 , typename T2 > |
| AutomaticDifferentiationT< T1, TNumeric1 > | Ocean::operator+ (const T2 &left, const AutomaticDifferentiationT< T1, TNumeric1 > &right) |
| |
| template<typename T1 , typename TNumeric1 , typename T2 > |
| AutomaticDifferentiationT< T1, TNumeric1 > | Ocean::operator- (const T2 &left, const AutomaticDifferentiationT< T1, TNumeric1 > &right) |
| |
| template<typename T1 , typename TNumeric1 , typename T2 > |
| AutomaticDifferentiationT< T1, TNumeric1 > | Ocean::operator* (const T2 &left, const AutomaticDifferentiationT< T1, TNumeric1 > &right) |
| |
| template<typename T1 , typename TNumeric1 , typename T2 > |
| AutomaticDifferentiationT< T1, TNumeric1 > | Ocean::operator/ (const T2 &left, const AutomaticDifferentiationT< T1, TNumeric1 > &right) |
| |