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.

qrinsert<br />

0qrinsert<br />

Purpose Insert column in QR factorization<br />

<strong>C++</strong> Prototype mwArray qrinsert(mwArray *R_out, const mwArray &Q_in,<br />

const mwArray &R_in, const mwArray &j,<br />

const mwArray &x);<br />

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

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

Syntax<br />

305<br />

mwArray Q_in, R_in, j, x; // Input argument(s)<br />

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

mwArray Q; // Return value<br />

Q = qrinsert(&R_out,Q_in,R_in,j,x);<br />

[Q,R] = qrinsert(Q,R,j,x)<br />

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

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

Saved successfully!

Ooh no, something went wrong!