SOT
|
Linear polynomial tail. More...
#include <rbf.h>
Public Member Functions | |
int | degree () const |
Method for getting the degree of the tail. More... | |
mat | eval (const mat &X) const |
Method for evaluating the monomial basis function for multiple points. More... | |
vec | eval (const vec &x) const |
Method for evaluating the monomial basis function for a given point. More... | |
mat | deriv (const vec &x) const |
Method for evaluating the derivative of the monomial basis function for a given point. More... | |
int | dimTail (int dim) const |
Method for the dimensionality of the polynomial space. More... | |
Linear polynomial tail.
This is an implementation of the linear polynomial tail with basis \(\{1,x_1,x_2,\dots,x_d\}\) of degree 1. Popular to use with the Cubic or the TPS kernel.
|
inlinevirtual |
Method for evaluating the derivative of the monomial basis function for a given point.
point | Point for which to evaluate the derivative of the monomial basis function of the tail |
Implements sot::Tail.
|
inlinevirtual |
Method for the dimensionality of the polynomial space.
dim | Dimensionality of the input |
Implements sot::Tail.
Method for evaluating the monomial basis function for multiple points.
points | Points for which to evaluate the monomial basis function of the tail |
Implements sot::Tail.
Method for evaluating the monomial basis function for a given point.
point | Point for which to evaluate the monomial basis function of the tail |
Implements sot::Tail.