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.

condeig<br />

0condeig<br />

Purpose Condition number with respect to eigenvalues<br />

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

mwArray condeig(mwDoubleMatrix *D, mwArray *s, const mwArray &A);<br />

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

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

Syntax<br />

78<br />

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

mwArray D, s; // Output argument(s)<br />

mwArray c, V; // Return value<br />

c = condeig(A);<br />

V = condeig(&D,s,A);<br />

c = condeig(A)<br />

[V,D,s] = condeig(A)<br />

See Also <strong>MATLAB</strong> condeig Calling Conventions

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

Saved successfully!

Ooh no, something went wrong!