numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
|
Definition of gaussian_process_interpolator class. More...
#include <algorithm>
#include <cstddef>
#include <utility>
#include <vector>
#include <Eigen/Core>
#include "num_collect/base/index_type.h"
#include "num_collect/rbf/concepts/distance_function.h"
#include "num_collect/rbf/concepts/rbf.h"
#include "num_collect/rbf/distance_functions/euclidean_distance_function.h"
#include "num_collect/rbf/impl/get_default_scalar_type.h"
#include "num_collect/rbf/impl/get_variable_type.h"
#include "num_collect/rbf/kernel_matrix_type.h"
#include "num_collect/rbf/rbf_interpolator.h"
#include "num_collect/rbf/rbfs/gaussian_rbf.h"
Go to the source code of this file.
Classes | |
class | num_collect::rbf::gaussian_process_interpolator< FunctionSignature, RBF, KernelMatrixType, DistanceFunction > |
Class to interpolate using Gaussian process. More... | |
Namespaces | |
namespace | num_collect |
Namespace of num_collect source codes. | |
namespace | num_collect::rbf |
Namespace of RBF interpolation. | |
Definition of gaussian_process_interpolator class.
Definition in file gaussian_process_interpolator.h.