|
Medusa
1.1
Coordinate Free Mehless Method implementation
|
|
Go to the documentation of this file. 1 #ifndef MEDUSA_BITS_APPROXIMATIONS_GAUSSIAN_FWD_HPP_
2 #define MEDUSA_BITS_APPROXIMATIONS_GAUSSIAN_FWD_HPP_
28 template <
class scal_t>
59 template <
int dimension>
72 #endif // MEDUSA_BITS_APPROXIMATIONS_GAUSSIAN_FWD_HPP_
Root namespace for the whole library.
scalar_t shape_
Shape parameter.
Scalar scalar_t
Type of the elements, alias of Scalar.
scalar_t operator()(scalar_t r2) const
Evaluate this RBF given squared radial distance.
static const shape_flags lap
Indicates to calculate laplace shapes.
friend std::ostream & operator<<(std::ostream &os, const Gaussian< V > &m)
Output basic information about given Gaussian RBF.
void setShape(scalar_t shape)
Sets shape parameter to a new value.
scalar_t shape() const
Returns shape parameter.
Gaussian(scalar_t shape=1.0)
Creates a Gaussian RBF with shape parameter shape. The shape should be positive.
scal_t scalar_t
Scalar type used for computations.
scalar_t operator()(scalar_t r2, int derivative) const
Evaluate derivative of this RBF wrt.
Gaussian Radial Basis Function.
Represents the Laplacian operator.