Polynomial Kernel.
More...
#include <Kernels.h>
|
| template<typename Tin> |
| | ChebyKernel (const Kernel< Tin > &kernel, int n) |
| | Constructor that computes fit of another Kernel.
|
| |
| T | operator() (double x) const override |
| | Evaluate kernel at given location in [-halfwidth, halfwidth].
|
| |
|
const std::vector< T > & | coeffs () const |
| |
|
| Kernel (double width) |
| |
|
virtual | ~Kernel () |
| | Virtual destructor (allow destruction of base Kernel pointer)
|
| |
| double | width () const |
| | Get width of kernel.
|
| |
|
|
using | value_type = T |
| |
|
double | _halfwidth |
| |
template<typename T>
class isce3::core::ChebyKernel< T >
Polynomial Kernel.
◆ ChebyKernel()
template<typename T>
template<typename Tin>
Constructor that computes fit of another Kernel.
- Parameters
-
| [in] | kernel | Kernel to fit (assumed even). |
| [in] | n | Number of coefficients. |
◆ operator()()
The documentation for this class was generated from the following files:
- /home/runner/work/isce3/isce3/cxx/isce3/core/forward.h
- /home/runner/work/isce3/isce3/cxx/isce3/core/Kernels.h
- /home/runner/work/isce3/isce3/cxx/isce3/core/Kernels.icc
1.13.2.