Loading [MathJax]/extensions/TeX/AMSsymbols.js
Medusa
1.1
Coordinate Free Mehless Method implementation
Home
Modules
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
v
x
Functions
a
b
c
d
e
f
g
h
i
j
l
m
o
p
r
s
x
Variables
Typedefs
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
~
Variables
a
b
c
d
e
f
g
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
b
c
d
e
f
i
k
m
n
o
p
r
s
t
v
Enumerations
Enumerator
a
d
p
r
s
Related Functions
a
o
Files
File List
File Members
All
a
c
d
e
f
i
m
n
o
p
s
u
Functions
Typedefs
Enumerator
Macros
Unit tests
Wiki
InverseMultiquadric.cpp
Go to the documentation of this file.
1
#include "
medusa/bits/approximations/InverseMultiquadric.hpp
"
2
8
template
class
mm::InverseMultiquadric<double>
;
10
template
double
mm::InverseMultiquadric<double>::operator()
(
double
r2,
mm::Lap<1>
)
const
;
11
template
double
mm::InverseMultiquadric<double>::operator()
(
double
r2,
mm::Lap<2>
)
const
;
12
template
double
mm::InverseMultiquadric<double>::operator()
(
double
r2,
mm::Lap<3>
)
const
;
13
template
std::ostream&
mm::operator<<
(std::ostream& os,
const
mm::InverseMultiquadric<double>
&);
mm::InverseMultiquadric
Inverse Multiquadric Radial Basis Function.
Definition:
InverseMultiquadric_fwd.hpp:29
mm::operator<<
std::ostream & operator<<(std::ostream &os, const Gaussian< S > &b)
Output basic information about given Gaussian RBF.
Definition:
Gaussian.hpp:37
InverseMultiquadric.hpp
mm::Lap
Represents the Laplacian operator.
Definition:
Monomials_fwd.hpp:20
mm::InverseMultiquadric::operator()
scalar_t operator()(scalar_t r2, int derivative) const
Evaluate derivative of this RBF wrt.
Definition:
InverseMultiquadric.hpp:22
src
approximations
InverseMultiquadric.cpp
Generated on Thu Jun 9 2022 09:42:28 for Medusa by
1.8.17