delphi_cb
|
interpolate grid value More...
#include <vector>
#include <math.h>
#include "../interface/environment.h"
#include "../interface/exceptions.h"
#include "misc_grid.h"
Go to the source code of this file.
Functions | |
delphi_real | interpl (const delphi_integer &ieExtrema, delphi_real ***fMap, const SGrid< delphi_real > &gPoint) |
delphi_real | boolinterpl (const delphi_integer &igMaxGrid, const vector< bool > &prgbMap, const SGrid< delphi_real > &gPoint) |
interpolate grid value
delphi_real boolinterpl | ( | const delphi_integer & | igMaxGrid, |
const vector< bool > & | prgbMap, | ||
const SGrid< delphi_real > & | gPoint | ||
) |
function to interpolate the value at a given pt in fmap based on the bool types of its neighbors
delphi_real interpl | ( | const delphi_integer & | ieExtrema, |
delphi_real *** | fMap, | ||
const SGrid< delphi_real > & | gPoint | ||
) |
function to interpolate the value at a given pt in fmap based on its neighboring values