DUECA/DUSIME
Loading...
Searching...
No Matches
Public Member Functions | List of all members
dueca::InterpTable1< T, I > Class Template Reference

Interpolation data holder, for 1d interpolation tables. More...

#include <InterpTable1.hxx>

Public Member Functions

 InterpTable1 (const I &i1, const T *data)
 Constructor with an array pointer as input, by far the fastest constructor.
 
const IgetIndex1 ()
 Access the first index, normally for getting fraction/index values.
 
const TgetValue (int i1) const
 Get node values.
 

Detailed Description

template<class T, class I>
class dueca::InterpTable1< T, I >

Interpolation data holder, for 1d interpolation tables.

Either reads data from file, or uses a static array initialisation.


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