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

Result of an RBF-PUM interpolation call. More...

#include <interface.hpp>

Public Attributes

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

Detailed Description

Result of an RBF-PUM interpolation call.

Definition at line 107 of file interface.hpp.

Member Data Documentation

◆ targetValues

std::vector<fp_t> PACMAN::RbfInterpolateResult::targetValues

Interpolated scalar value per target point.

Definition at line 109 of file interface.hpp.

Referenced by pacman_rbf_interpolate_c().


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