NiHu  2.0
NiHu::kernel_base< Derived >::kernel_bind Class Reference

the kernel bound at the test kernel input More...

#include <kernel.hpp>

Public Member Functions

 kernel_bind (kernel_base< Derived > const &kernel, test_input_t const &x)
 constructor More...
 
result_t operator() (trial_input_t const &y) const
 evaluate bound kernel More...
 

Detailed Description

template<class Derived>
class NiHu::kernel_base< Derived >::kernel_bind

the kernel bound at the test kernel input

Definition at line 174 of file kernel.hpp.

Constructor & Destructor Documentation

◆ kernel_bind()

template<class Derived >
NiHu::kernel_base< Derived >::kernel_bind::kernel_bind ( kernel_base< Derived > const &  kernel,
test_input_t const &  x 
)
inline

constructor

Parameters
[in]kernelthe kernel that is bound
[in]xthe test input that binds the kernel

Definition at line 181 of file kernel.hpp.

Member Function Documentation

◆ operator()()

template<class Derived >
result_t NiHu::kernel_base< Derived >::kernel_bind::operator() ( trial_input_t const &  y) const
inline

evaluate bound kernel

Parameters
[in]ythe trial input
Returns
the kernel result value

Definition at line 190 of file kernel.hpp.


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