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.

sf2csf<br />

0rsf2csf<br />

Purpose Convert real Schur form to complex Schur form<br />

<strong>C++</strong> Prototype mwArray rsf2csf(mwArray *T_out, const mwArray &U_in,<br />

const mwArray &T_in);<br />

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

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

Syntax<br />

332<br />

mwArray U_in, T_in; // Input argument(s)<br />

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

mwArray U_out; // Return value<br />

U_out = rsf2csf(&T_out,U_in,T_in);<br />

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

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

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

Saved successfully!

Ooh no, something went wrong!