NiHu  2.0
NiHu::integral_transform_base< Derived > Class Template Reference

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...
 

Detailed Description

template<class Derived>
class NiHu::integral_transform_base< Derived >

CRTP base class of all integral_transform expressions.

Template Parameters
DerivedCRTP derived class

a integral_transform is an integral operator multiplied by a function space.

Definition at line 43 of file integral_transform.hpp.

Member Function Documentation

◆ test_on_into()

template<class Derived >
template<class TestSpace , class Result >
NIHU_CRTP_HELPERS void NiHu::integral_transform_base< Derived >::test_on_into ( function_space_base< TestSpace > const &  test_space,
Result &  result 
) const
inline

test a integral_transform with a test function space

Template Parameters
TestSpacetype of the test space
Resulttype of the result matrix
Parameters
[in]test_spacethe test space to test with
[in,out]resultthe result matrix to write the result into

Definition at line 55 of file integral_transform.hpp.


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