PACMAN 0.1.0
Portable Algorithms for Coupling, Mapping, and Adaptive iNterpolation
Loading...
Searching...
No Matches
PACMAN::MLSInterpolateResult Struct Reference

Result of a Moving Least Squares interpolation call. More...

#include <interface.hpp>

Public Attributes

std::vector< fp_ttargetValues
 Interpolated scalar value per target point.
 

Detailed Description

Result of a Moving Least Squares interpolation call.

Definition at line 143 of file interface.hpp.

Member Data Documentation

◆ targetValues

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


The documentation for this struct was generated from the following file: