C++ Math Library Reference | ![]() ![]() |
1-norm matrix condition number estimate
C++ Prototype
mwArray condest(const mwArray &A); mwArray condest(mwArray *v, const mwArray &A);
C++ Syntax
#include "matlab.hpp" mwArray A; // Input argument(s) mwArray v; // Output argument(s) mwArray c; // Return value c = condest(A); c = condest(&v,A);
MATLAB Syntax
c = condest(A) [c,v] = condest(A)
See Also
condest
Calling Conventions![]() | condeig | conj | ![]() |