C++ Math Library Reference | ![]() ![]() |
Matrix reciprocal condition number estimate
C++ Prototype
mwArray rcond(const mwArray &A);
C++ Syntax
#include "matlab.hpp" mwArray A; // Input argument(s) mwArray c; // Return value c = rcond(A);
MATLAB Syntax
c = rcond(A)
See Also
rcond
Calling Conventions![]() | rat, rats | real | ![]() |