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