Proxy class of a NiHu::integral_operator applied on a NiHu::function_space.
More...
#include <integral_transform.hpp>
template<class Operator, class TrialSpace>
class NiHu::integral_transform< Operator, TrialSpace >
Proxy class of a NiHu::integral_operator applied on a NiHu::function_space.
- Template Parameters
-
| Operator | the integral operator |
| TrialSpace | the right hand side function space |
Definition at line 134 of file integral_transform.hpp.
◆ integral_transform()
template<class Operator , class TrialSpace >
constructor from an operator and a function space
- Parameters
-
| [in] | op | the operator |
| [in] | trial | the trial function space |
Definition at line 142 of file integral_transform.hpp.
◆ test_on_into()
template<class Operator , class TrialSpace >
template<class TestSpace , class Result >
test an integral_transform with a test function space
- Template Parameters
-
| TestSpace | type of the test space |
| Result | type of the result matrix |
- Parameters
-
| [in] | test_space | the test space to test with |
| [in,out] | result | the result matrix to write the result into |
Definition at line 182 of file integral_transform.hpp.
The documentation for this class was generated from the following file: