C Math Library Reference | ![]() ![]() |
1-norm matrix condition number estimate
C Prototype
mxArray *mlfCondest(mxArray **v, mxArray *A);
C Syntax
#include "matlab.h" mxArray *A; /* Required input argument(s) */ mxArray *v = NULL; /* Optional output argument(s) */ mxArray *c = NULL; /* Return value */ mlfAssign(&c, mlfCondest(NULL,A)); mlfAssign(&c, mlfCondest(&v,A));
MATLAB Syntax
c = condest(A) [c,v] = condest(A)
See Also
condest
Calling Conventions![]() | mlfCondeig | mlfConj | ![]() |