NiHu
2.0
|
CRTP base class of all integral_transform expressions. More...
#include <integral_transform.hpp>
Public Member Functions | |
template<class TestSpace , class Result > | |
NIHU_CRTP_HELPERS void | test_on_into (function_space_base< TestSpace > const &test_space, Result &result) const |
test a integral_transform with a test function space More... | |
CRTP base class of all integral_transform expressions.
Derived | CRTP derived class |
a integral_transform is an integral operator multiplied by a function space.
Definition at line 43 of file integral_transform.hpp.
|
inline |
test a integral_transform with a test function space
TestSpace | type of the test space |
Result | type of the result matrix |
[in] | test_space | the test space to test with |
[in,out] | result | the result matrix to write the result into |
Definition at line 55 of file integral_transform.hpp.