ILNumerics - Technical Application Development
Top
The KrigingInterpolatorComplex type exposes the following members.
Fields
Name | Description | |
---|---|---|
m_covInv |
The covariance computed from the source values. A columns and rows except the last one, respectively.
| |
m_covInvByYLastVal |
Last value of the data stored in m_covInvByYwoLastVal.
| |
m_covInvByYwoLastVal |
Covariance inverted and multiplied by m_Y, w/o the last value(s).
| |
m_covInvEndEnd |
The last data point of the m_covInv.
| |
m_covInvLastCol |
The last column of the m_covInv covariance.
| |
m_covInvLastRow |
The last row of the m_covInv covariance.
| |
m_powerLawAlpha |
Alpha value computed for the (default) power law variogramm function.
| |
m_powerLawBeta |
The beta value for the (defaul) variogramm function (power law). Default: 1.5.
| |
m_variogram |
Variogramm function.
| |
m_X |
The source coordinates used to compute this interpolator from.
| |
m_Y |
The source data used to compute this interpolator from.
|
See Also