ECF 1.7
Cartesian::CosT< T > Class Template Reference
Inheritance diagram for Cartesian::CosT< T >:
Cartesian::Function Cartesian::Function

Public Member Functions

void evaluate (std::vector< T > &inputs, T &result)
void evaluate (std::vector< T > &inputs, T &result)
Public Member Functions inherited from Cartesian::Function
virtual void evaluate (std::vector< double > &inputs, double &result)=0
std::string getName ()
uint getNumberOfArguments ()
virtual void evaluate (std::vector< double > &inputs, double &result)=0
std::string getName ()
uint getNumberOfArguments ()

Additional Inherited Members

Protected Attributes inherited from Cartesian::Function
std::string name_
uint nArguments_

Detailed Description

template<class T>
class Cartesian::CosT< T >

Definition at line 8 of file Cos.h.

Constructor & Destructor Documentation

◆ CosT()

template<class T>
Cartesian::CosT< T >::CosT ( )

Definition at line 19 of file Cos.h.

◆ ~CosT()

template<class T>
Cartesian::CosT< T >::~CosT ( )

Definition at line 26 of file Cos.h.

Member Function Documentation

◆ evaluate()

template<class T>
void Cartesian::CosT< T >::evaluate ( std::vector< T > & inputs,
T & result )

Definition at line 30 of file Cos.h.


The documentation for this class was generated from the following files: