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.

0polyeig<br />

Purpose Polynomial eigenvalue problem<br />

<strong>C++</strong> Prototype mwArray polyeig(mwArray *out1,<br />

const mwVarargin &in1,<br />

const mwArray &in2=mwArray::DIN,<br />

.<br />

.<br />

.<br />

const mwArray &in32=mwArray::DIN);<br />

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

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

Syntax<br />

mwArray A0, A1; // Input argument(s)<br />

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

mwArray X; // Return value<br />

X = polyeig(&e,A0,A1,...Ap);<br />

[X,e] = polyeig(A0,A1,...Ap)<br />

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

polyeig<br />

294

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

Saved successfully!

Ooh no, something went wrong!