Polynomial Kernel.
More...
#include <Kernels.h>
|
| template<typename Tin > |
| | ChebyKernel (const Kernel< Tin > &kernel, int n) |
| | Constructor that computes fit of another Kernel. More...
|
| |
|
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. More...
|
| |
template<class>
class isce3::core::ChebyKernel< class >
Polynomial Kernel.
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. |
The documentation for this class was generated from the following files:
- isce/cxx/isce3/core/forward.h
- isce/cxx/isce3/core/Kernels.h
- isce/cxx/isce3/core/Kernels.icc