1.3.1
CCC
 
CovLMCTapering.cpp File Reference
#include "Enum/ETape.hpp"
#include "Covariances/CovLMCTapering.hpp"
#include "Space/ASpace.hpp"
#include "Basic/AException.hpp"
#include "Model/Model.hpp"
#include "Covariances/CovAniso.hpp"
#include "Covariances/CovFactory.hpp"
#include <math.h>

Functions

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

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()

Def_Tapering& D_TAPE ( int  rank)