File defining o2scl::interpm_krige and o2scl::interpm_krige_nn. More...
#include <iostream>
#include <string>
#include <cmath>
#include <boost/numeric/ublas/matrix.hpp>
#include <boost/numeric/ublas/operation.hpp>
#include <gsl/gsl_combination.h>
#include <o2scl/err_hnd.h>
#include <o2scl/vector.h>
#include <o2scl/vec_stats.h>
#include <o2scl/linear_solver.h>
#include <o2scl/columnify.h>
Go to the source code of this file.
Classes | |
class | o2scl::interpm_krige< vec_t, mat_col_t, covar_func_t > |
Multi-dimensional interpolation by kriging. More... | |
class | o2scl::interpm_krige_nn< vec_t, mat_col_t, covar_func_t > |
Multi-dimensional interpolation by kriging with nearest-neighbor. More... | |
Namespaces | |
o2scl | |
The main O2scl namespace. | |
Documentation generated with Doxygen. Provided under the
GNU Free Documentation License (see License Information).