1.3.1
CCC
 
Tapering.hpp File Reference
#include "gstlearn_export.hpp"
#include "Basic/VectorNumT.hpp"
#include "Basic/AStringable.hpp"

Classes

struct  Def_Tapering
 
class  Tapering
 

Functions

double _tape_spherical (double)
 
double _tape_cubic (double)
 
double _tape_triangle (double)
 
double _tape_penta (double)
 
double _tape_storkey (double)
 
double _tape_wendland1 (double)
 
double _tape_wendland2 (double)
 
GSTLEARN_EXPORT Def_TaperingD_TAPE (int rank)
 

Function Documentation

◆ _tape_cubic()

double _tape_cubic ( double  h)

◆ _tape_penta()

double _tape_penta ( double  h)

◆ _tape_spherical()

double _tape_spherical ( double  h)

◆ _tape_storkey()

double _tape_storkey ( double  h)

◆ _tape_triangle()

double _tape_triangle ( double  h)

◆ _tape_wendland1()

double _tape_wendland1 ( double  h)

◆ _tape_wendland2()

double _tape_wendland2 ( double  h)

◆ D_TAPE()

GSTLEARN_EXPORT Def_Tapering& D_TAPE ( int  rank)