Declaration of Radial Basis Function Finite Difference approximation.
Definition in file RBFFD_fwd.hpp.
#include <medusa/Config.hpp>
#include <medusa/bits/types/Range_fwd.hpp>
#include <Eigen/Core>
#include "RBFBasis_fwd.hpp"
#include "Monomials_fwd.hpp"
#include "ScaleFunction.hpp"
#include "RBFInterpolant_fwd.hpp"
Go to the source code of this file.
Classes | |
class | mm::RBFFD< RBFType, vec_t, scale_t, solver_t > |
Computes a RBF-FD approximation of given operator over local neighbourhood. More... | |
Namespaces | |
mm | |
Root namespace for the whole library. | |
Functions | |
template<class R , class V , class S , class L > | |
std::ostream & | mm::operator<< (std::ostream &os, const RBFFD< R, V, S, L > &e) |
Output basic info about given approximation engine. More... | |