Medusa
1.1
Coordinate Free Mehless Method implementation
WeightFunction.hpp
Go to the documentation of this file.
1
#ifndef MEDUSA_BITS_APPROXIMATIONS_WEIGHTFUNCTION_HPP_
2
#define MEDUSA_BITS_APPROXIMATIONS_WEIGHTFUNCTION_HPP_
3
9
#include <cmath>
10
#include <
medusa/bits/utils/assert.hpp
>
11
#include "
WeightFunction_fwd.hpp
"
12
13
namespace
mm
{
14
16
template
<
typename
V,
typename
R>
17
std::ostream&
operator<<
(std::ostream& os,
const
RBFWeight<V, R>
& w) {
18
return
os <<
"RBFWeight constructed from "
<< w.
rbf_
;
19
}
20
21
}
// namespace mm
22
23
#endif // MEDUSA_BITS_APPROXIMATIONS_WEIGHTFUNCTION_HPP_
mm
Root namespace for the whole library.
Definition:
Gaussian.hpp:14
mm::RBFWeight::rbf_
rbf_t rbf_
RBF function.
Definition:
WeightFunction_fwd.hpp:74
mm::operator<<
std::ostream & operator<<(std::ostream &os, const Gaussian< S > &b)
Output basic information about given Gaussian RBF.
Definition:
Gaussian.hpp:37
assert.hpp
mm::RBFWeight
Represents a weight function constructed from a Radial Basis function.
Definition:
WeightFunction_fwd.hpp:63
WeightFunction_fwd.hpp
include
medusa
bits
approximations
WeightFunction.hpp
Generated on Thu Jun 9 2022 09:42:25 for Medusa by
1.8.17