![]() |
programmer's documentation
|
Type definition for data of each element contained in the hash table. More...
#include <mei_hash_table.h>
Data Fields | |
double | value |
func1_t | func |
func2_t | f2 |
interp1d_t | i1d |
Type definition for data of each element contained in the hash table.
func2_t f2 |
Pointer to function with two argument
func1_t func |
Pointer to function with one argument
interp1d_t i1d |
Pointer to function for 1D interpolation
double value |
Constant or variable value.