23.07.2012 Views

MATLAB C++ Math Library Reference

MATLAB C++ Math Library Reference

MATLAB C++ Math Library Reference

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

0schur<br />

Purpose Schur decomposition<br />

<strong>C++</strong> Prototype mwArray schur(mwArray *T, const mwArray &A);<br />

mwArray schur(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 T; // Output argument and Return value<br />

mwArray U; // Return value<br />

U = schur(&T,A);<br />

T = schur(A);<br />

[U,T] = schur(A)<br />

T = schur(A)<br />

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

schur<br />

334

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

Saved successfully!

Ooh no, something went wrong!