C++ Math Library Reference | ![]() ![]() |
Count floating-point operations
C++ Prototype
mwArray flops(); mwArray flops(const mwArray &m);
C++ Syntax
#include "matlab.hpp" mwArray f; // Return value f = flops(); f = flops(0);
MATLAB Syntax
f = flops flops(0)
See Also
flops
Calling Conventions![]() | floor | fmin | ![]() |