KASKADE 7 development version
Public Member Functions | List of all members
Kaskade::Integral< Space > Class Template Reference

Evaluation class for integrals. More...

#include <integration.hh>

Detailed Description

template<typename Space>
class Kaskade::Integral< Space >

Evaluation class for integrals.

Definition at line 311 of file integration.hh.

Public Member Functions

template<typename Function >
Function::ValueType operator() (Function const &f)
 
template<typename Function >
Function::ValueType operator() (Function const &f, typename Function::Space const &space)
 

Member Function Documentation

◆ operator()() [1/2]

template<typename Space >
template<typename Function >
Function::ValueType Kaskade::Integral< Space >::operator() ( Function const &  f)
inline

Definition at line 315 of file integration.hh.

◆ operator()() [2/2]

template<typename Space >
template<typename Function >
Function::ValueType Kaskade::Integral< Space >::operator() ( Function const &  f,
typename Function::Space const &  space 
)
inline

Definition at line 321 of file integration.hh.


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