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