| Using the C Math Library | ![]() |
The MATLAB Built-In Library
The routines in the MATLAB Built-In Library fall into three categories:
Each Math Library built-in routine is named after its MATLAB equivalent. For example, the mlfTan function is the C callable version of the MATLAB built-in tan function.
For example, the C callable version of the MATLAB matrix multiplication operator (*) is the function named mlfMtimes().
These routines do not have a MATLAB equivalent. For example, there is no MATLAB equivalent for the mlfSetPrintHandler() routine.
Note
You can recognize routines in the Built-In and M-File libraries by the mlf prefix at the beginning of each function name.
|
| Organization of the MATLAB Math Libraries | General Purpose Commands | ![]() |