| MATLAB C Math Library | Search  Help Desk |
| mlfFevalTableSetup |
Registers a thunk function table with the MATLAB C Math Library
C Prototype
void mlfFevalTableSetup ( mlfFuncTab *mlfUfuncTable );
Arguments
mlfFuncTab *mlfUfuncTablefeval table. Each entry is composed of a string representing a function name, a pointer to that function, and a pointer to a thunk function that knows how to execute the function.
Description
A call tomlfFevalTableSetup() adds the entries in a local table to the MATLAB C Math Library built-in feval function table. mlfFeval() accesses the library's built-in function table to locate the function pointers that are associated with a given function name.