TMB Documentation  v1.9.11
Public Attributes | List of all members
tmbutils::interpol2D_config< Type > Struct Template Reference

Configuration for Interpol2D More...

#include <interpol.hpp>

Public Attributes

double R
 Interpolation radius relative to integer lattice. More...
 
bool safe_check
 Enable safety check that data really are constant?
 

Detailed Description

template<class Type>
struct tmbutils::interpol2D_config< Type >

Configuration for Interpol2D

Examples:
TMBad/interpol.cpp.

Definition at line 14 of file interpol.hpp.

Member Data Documentation

§ R

template<class Type>
double tmbutils::interpol2D_config< Type >::R

Interpolation radius relative to integer lattice.

  • R measures degree of smoothness. Default value: R=2.
  • Interpolation is only matching exact measurements if R<=1.
  • NaN returned outside boundaries
  • NA data values are allowed and will be given zero weight.

Definition at line 24 of file interpol.hpp.


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