23.07.2012 Views

MATLAB C++ Math Library Reference

MATLAB C++ Math Library Reference

MATLAB C++ Math Library Reference

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

0condest<br />

Purpose 1-norm matrix condition number estimate<br />

<strong>C++</strong> Prototype mwArray condest(const mwArray &A);<br />

mwArray condest(mwArray *v, const mwArray &A);<br />

<strong>C++</strong> Syntax #include "matlab.hpp"<br />

<strong>MATLAB</strong><br />

Syntax<br />

mwArray A; // Input argument(s)<br />

mwArray v; // Output argument(s)<br />

mwArray c; // Return value<br />

c = condest(A);<br />

c = condest(&v,A);<br />

c = condest(A)<br />

[c,v] = condest(A)<br />

See Also <strong>MATLAB</strong> condest Calling Conventions<br />

condest<br />

79

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!