the base class of every integral operator
More...
#include <integral_operator_expression.hpp>
|
|
typedef Derived | derived_t |
| |
|
typedef integral_operator_expression_traits< derived_t > | traits_t |
| |
|
typedef traits_t::trial_input_t | trial_input_t |
| |
|
typedef traits_t::test_input_t | test_input_t |
| |
|
typedef traits_t::result_t | result_t |
| |
|
|
const derived_t & | derived () const |
| | CRTP helper function.
|
| |
|
derived_t & | derived () |
| | CRTP helper function.
|
| |
| size_t | rows (test_input_t const &ti) const |
| | return rows of the integral operator' result More...
|
| |
| size_t | cols (trial_input_t const &ti) const |
| | return columns of the integral operator' result More...
|
| |
| result_t | operator() (test_input_t const &tsi, trial_input_t const &tri) const |
| | evaluate the integral operator More...
|
| |
template<class Derived>
class NiHu::fmm::integral_operator_expression< Derived >
the base class of every integral operator
- Template Parameters
-
| Derived | the CRTP derived class |
Definition at line 28 of file integral_operator_expression.hpp.
◆ cols()
◆ operator()()
evaluate the integral operator
- Parameters
-
| [in] | tsi | the test input |
| [in] | tri | the trial input |
- Returns
- the result of the operator
Definition at line 133 of file integral_operator_expression.hpp.
◆ rows()
The documentation for this class was generated from the following file: