Mantis - ALGLIB
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
311 | Interpolation | feature | have not tried | 2010-03-04 17:13 | 2010-03-04 17:13 |
|
|||||
Reporter: | SergeyB | Platform: | |||
Assigned To: | SergeyB | OS: | |||
Priority: | normal | OS Version: | |||
Status: | resolved | Product Version: | |||
Product Build: | Resolution: | implemented | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 2.4.0 | ||
Programming language: | Unspecified | ||||
|
|||||
Summary: | 0000311: IMPLEMENTED: scattered interpolation/approximation using inverse distance weighting | ||||
Description: |
Modified Shepard's algorithm was implemented The most important features are: * Local interpolation (interpolant value depends on nearest neighbors only) * Scalability: O(N*logN) construction time, O(logN) interpolation time * Ability to process scattered datasets; no special distribution of nodes is required * C1-continuity of interpolant (not guaranteed, but almost always) |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: | |||||
|
|||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2010-03-04 17:13 | SergeyB | New Issue | |||
2010-03-04 17:13 | SergeyB | Programming language | => Unspecified | ||
2010-03-04 17:13 | SergeyB | Status | new => assigned | ||
2010-03-04 17:13 | SergeyB | Assigned To | => SergeyB | ||
2010-03-04 17:13 | SergeyB | Status | assigned => resolved | ||
2010-03-04 17:13 | SergeyB | Fixed in Version | => [NOT RELEASED YET] Next major release | ||
2010-03-04 17:13 | SergeyB | Resolution | open => implemented |
There are no notes attached to this issue. |