Classes | |
class | radial_basis_function |
Base abstract class. More... | |
class | piecewise_smooth_rbf |
Piecewise smooth RBFs. More... | |
class | c_infty_rbf |
C-infty RBFs. More... | |
class | piecewise_polynomial |
r^n with n odd More... | |
class | thin_plate_spline |
r^n log(r) with n even More... | |
class | multiquadric |
sqrt(1+(eps*r)^2) with eps > 0 More... | |
class | inverse_multiquadric |
1/sqrt(1 + (eps*r)^2) with eps > 0 More... | |
class | inverse_quadratic |
1/(1+(eps*r)^2) with eps > 0 More... | |
class | gaussian |
exp(- (eps*r)^2) with eps > 0. More... | |
Typedefs | |
typedef piecewise_polynomial | conical |
a common synonym. | |
Functions | |
size_t | hash_value (const radial_basis_function &phi) |
typedef piecewise_polynomial rbf::conical |
a common synonym.
size_t rbf::hash_value | ( | const radial_basis_function & | phi | ) |