35#ifndef AIMS_FASTCOMPUTATION_TABULATION_H
36#define AIMS_FASTCOMPUTATION_TABULATION_H
40#include <aims/def/general.h>
53 const ulong tableSize );
ulong getIndex(const double &) const
std::vector< double > _table
const double & operator[](ulong) const
const double & operator()(const double &) const
double(* function_type)(const double &)
RealToRealFunctionTabulation(const function_type function, const double &min, const double &max, const ulong tableSize)
T min(const Volume< T > &vol)
T max(const Volume< T > &vol)