KJB
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Macros
kriging.cpp File Reference

implementation of kriging class More...

#include <l/l_sys_io.h>
#include <l/l_debug.h>
#include <l_cpp/l_exception.h>
#include <i_cpp/i_matrix.h>
#include <l_cpp/l_ew.h>
#include <n_cpp/n_svd.h>
#include <topo_cpp/nedget.h>
#include <topo_cpp/kriging.h>
#include <sstream>
#include <map>
#include <valarray>
#include <boost/scoped_ptr.hpp>

Namespaces

 kjb
 Classes and functions for dealing with trajectory files.
 

Macros

#define NED_USE_VALARRAY   1 /*provides tiny speedup, but not in the bottleneck*/
 

Detailed Description

implementation of kriging class

Author
Andrew Predoehl

This performs interpolation on NED data using Gaussian processes, a technique historically called "kriging." This file uses its own implementation rather than the libkjb Gaussian process code (sorry).

Macro Definition Documentation

#define NED_USE_VALARRAY   1 /*provides tiny speedup, but not in the bottleneck*/