SG++-Doxygen-Documentation
sgpp::combigrid::GeneralFunctionDirector< Out, In > Class Template Referenceabstract

This is a helper class used internally to wrap python functions into GeneralFunction objects. More...

#include <GeneralFunctionDirector.hpp>

Public Member Functions

virtual Out eval (In vec)=0
 
virtual GeneralFunction< Out, In > toFunction ()
 
virtual ~GeneralFunctionDirector ()
 

Detailed Description

template<typename Out, typename In>
class sgpp::combigrid::GeneralFunctionDirector< Out, In >

This is a helper class used internally to wrap python functions into GeneralFunction objects.

F should be a GeneralFunction<...>

Constructor & Destructor Documentation

◆ ~GeneralFunctionDirector()

Member Function Documentation

◆ eval()

◆ toFunction()


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