![]() |
PACMAN 0.1.0
Portable Algorithms for Coupling, Mapping, and Adaptive iNterpolation
|
Result of a Moving Least Squares interpolation call. More...
#include <interface.hpp>
Public Attributes | |
| std::vector< fp_t > | targetValues |
| Interpolated scalar value per target point. | |
Result of a Moving Least Squares interpolation call.
Definition at line 143 of file interface.hpp.
| std::vector<fp_t> PACMAN::MLSInterpolateResult::targetValues |
Interpolated scalar value per target point.
Definition at line 145 of file interface.hpp.
Referenced by pacman_mls_interpolate_c().