| MATLAB C Math Library | Search  Help Desk |
| mlfFlops | See Also |
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
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