C Math Library Reference | ![]() ![]() |
Count floating-point operations
C Prototype
mxArray *mlfFlops(mxArray *m);
C Syntax
#include "matlab.h" mxArray *f = NULL; /* Return value */ mlfAssign(&f, mlfFlops(NULL)); mlfAssign(&f, mlfFlops(mlfScalar(0)));
Note
The math library function mlfFlops() always returns the flops count, even if a count is passed as an input value. |
MATLAB Syntax
f = flops flops(0)
See Also
flops
Calling Conventions![]() | mlfFloor | mlfFmin | ![]() |