| C Math Library Reference | ![]() |
Registers a thunk function table with the MATLAB C Math Library
C Prototype
void mlfFevalTableSetup ( mlfFuncTab *mlfUfuncTable );
Arguments
mlfFuncTab *mlfUfuncTable
Pointer to a local feval 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 to mlfFevalTableSetup() 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.
| mlfFevalLookup | mlfIndexAssign | ![]() |