#include <DriftFactory.hpp>
◆ createDriftByIdentifier()
ADrift * DriftFactory::createDriftByIdentifier |
( |
const String & |
driftname | ) |
|
|
static |
◆ createDriftByRank()
ADrift * DriftFactory::createDriftByRank |
( |
int |
rank, |
|
|
int |
rank_fex |
|
) |
| |
|
static |
This Drift identification is used for interpreting old serialized files where the drift function was encoded by its rank.
- Parameters
-
rank | Rank of the drift function (in a deprecated Enum) |
rank_fex | Rank of the External Drift variable |
- Returns
◆ createDriftBySymbol()
ADrift * DriftFactory::createDriftBySymbol |
( |
const String & |
symbol | ) |
|
|
static |
Create a Drift Item defined by a symbol This function is left for compatibility with RGeostats code.
- Parameters
-
- Returns
◆ createDriftListForGradients()
Create the list of drift functions for a Cokriging system starting from a list of initial drift functions It is implemented for ndim=1 or 2
- Parameters
-
olddrifts | list of drift funcitons |
ctxt | CovContext structure |
- Returns
◆ createDriftListFromIRF()
Creating the list of Drift functions correspondaing to the following constraints:
- Rank of the IRF
- Number of external drift functions
- Parameters
-
order | Rank of the IRF |
nfex | Number of external drift functions |
ctxt | Cov_context |
- Returns
The documentation for this class was generated from the following files: