Classes | Namespaces
interpm_krige.h File Reference

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>
#include <o2scl/cholesky.h>
#include <o2scl/min_brent_gsl.h>
#include <o2scl/cblas.h>

Go to the source code of this file.

Classes

class  o2scl::interpm_krige< vec_t, mat_t, mat_row_t >
 Multi-dimensional interpolation by kriging. More...
 
class  o2scl::interpm_krige_optim< vec_t, mat_t, mat_row_t >
 One-dimensional interpolation using an optimized covariance function. More...
 
class  o2scl::interpm_krige_nn< vec_t, mat_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).