Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > 4bc66056a634db26a1f4d0845dc41ca6 > files > 2944

mrpt-doc-0.9.5-0.1.20110925svn2670.fc16.i686.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>Eigen::ColPivHouseholderQR Class Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<div align="left"><a href="http://www.mrpt.org/">Main MRPT website</a> &gt; <b>C++ reference</b> </div>
<div align="right">
<a href="index.html"><img border="0" src="mrpt_logo.png" alt="MRPT logo"></a>
</div>
<!-- Generated by Doxygen 1.7.5 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li class="current"><a href="annotated.html"><span>Classes</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
      <li>
        <div id="MSearchBox" class="MSearchBoxInactive">
          <div class="left">
            <form id="FSearchBox" action="search.php" method="get">
              <img id="MSearchSelect" src="search/mag.png" alt=""/>
              <input type="text" id="MSearchField" name="query" value="Search" size="20" accesskey="S" 
                     onfocus="searchBox.OnSearchFieldFocus(true)" 
                     onblur="searchBox.OnSearchFieldFocus(false)"/>
            </form>
          </div><div class="right"></div>
        </div>
      </li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="annotated.html"><span>Class&#160;List</span></a></li>
      <li><a href="classes.html"><span>Class&#160;Index</span></a></li>
      <li><a href="inherits.html"><span>Class&#160;Hierarchy</span></a></li>
      <li><a href="functions.html"><span>Class&#160;Members</span></a></li>
    </ul>
  </div>
  <div id="nav-path" class="navpath">
    <ul>
      <li class="navelem"><a class="el" href="namespace_eigen.html">Eigen</a>      </li>
      <li class="navelem"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html">ColPivHouseholderQR</a>      </li>
    </ul>
  </div>
</div>
<div class="header">
  <div class="summary">
<a href="#pub-types">Public Types</a> &#124;
<a href="#pub-methods">Public Member Functions</a> &#124;
<a href="#pro-attribs">Protected Attributes</a>  </div>
  <div class="headertitle">
<div class="title">Eigen::ColPivHouseholderQR Class Reference<div class="ingroups"><a class="el" href="group___q_r___module.html">QR module</a></div></div>  </div>
</div>
<div class="contents">
<!-- doxytag: class="Eigen::ColPivHouseholderQR" --><hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
<div class="textblock"><p>Householder rank-revealing QR decomposition of a matrix with column-pivoting. </p>
<dl><dt><b>Parameters:</b></dt><dd>
  <table class="params">
    <tr><td class="paramname">MatrixType</td><td>the type of the matrix of which we are computing the QR decomposition</td></tr>
  </table>
  </dd>
</dl>
<p>This class performs a rank-revealing QR decomposition of a matrix <b>A</b> into matrices <b>P</b>, <b>Q</b> and <b>R</b> such that </p>
<p class="formulaDsp">
<img class="formulaDsp" alt="\[ \mathbf{A} \, \mathbf{P} = \mathbf{Q} \, \mathbf{R} \]" src="form_265.png"/>
</p>
<p> by using Householder transformations. Here, <b>P</b> is a permutation matrix, <b>Q</b> a unitary matrix and <b>R</b> an upper triangular matrix.</p>
<p>This decomposition performs column pivoting in order to be rank-revealing and improve numerical stability. It is slower than <a class="el" href="class_eigen_1_1_householder_q_r.html" title="Householder QR decomposition of a matrix.">HouseholderQR</a>, and faster than <a class="el" href="class_eigen_1_1_full_piv_householder_q_r.html" title="Householder rank-revealing QR decomposition of a matrix with full pivoting.">FullPivHouseholderQR</a>.</p>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="class_eigen_1_1_matrix_base.html#a49b321528c6bc3609d3cbe5b10c153d3">MatrixBase::colPivHouseholderQr()</a> </dd></dl>
</div>
<p><a href="class_eigen_1_1_col_piv_householder_q_r-members.html">List of all members.</a></p>
<table class="memberdecls">
<tr><td colspan="2"><h2><a name="pub-types"></a>
Public Types</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">enum &#160;</td><td class="memItemRight" valign="bottom">{ <br/>
&#160;&#160;<a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#acd38da60a2a9e37dfdca3525ce065677a8e9b93969d2b271dc8424dd44c6699c0">RowsAtCompileTime</a> =  MatrixType::RowsAtCompileTime, 
<a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#acd38da60a2a9e37dfdca3525ce065677a00d017c1090e266ade1114e8ada1f66e">ColsAtCompileTime</a> =  MatrixType::ColsAtCompileTime, 
<a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#acd38da60a2a9e37dfdca3525ce065677a28231f5cdb032b739e697816a4773540">Options</a> =  MatrixType::Options, 
<a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#acd38da60a2a9e37dfdca3525ce065677acc3a6c1d106c63312d22556752011545">MaxRowsAtCompileTime</a> =  MatrixType::MaxRowsAtCompileTime, 
<br/>
&#160;&#160;<a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#acd38da60a2a9e37dfdca3525ce065677a659ee3b9eb7712afe9cfe403a502bba0">MaxColsAtCompileTime</a> =  MatrixType::MaxColsAtCompileTime
<br/>
 }</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef _MatrixType&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a8d9319e9ad7565d4dd3fc07e540f459c">MatrixType</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef MatrixType::Scalar&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a1d0d053fbb59970f2dbd35de6a0b6056">Scalar</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef MatrixType::RealScalar&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a6f5b4b7cabbf2c3b570919108d42225d">RealScalar</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef MatrixType::Index&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#ab35805502719be8d379f2e2661784b7c">Index</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef <a class="el" href="class_eigen_1_1_matrix.html">Matrix</a>&lt; <a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a1d0d053fbb59970f2dbd35de6a0b6056">Scalar</a>, <br class="typebreak"/>
RowsAtCompileTime, <br class="typebreak"/>
RowsAtCompileTime, Options, <br class="typebreak"/>
MaxRowsAtCompileTime, <br class="typebreak"/>
MaxRowsAtCompileTime &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a952de7dbd8b9187301f1a267cec1ff4b">MatrixQType</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef <br class="typebreak"/>
<a class="el" href="struct_eigen_1_1internal_1_1plain__diag__type.html">internal::plain_diag_type</a><br class="typebreak"/>
&lt; <a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a8d9319e9ad7565d4dd3fc07e540f459c">MatrixType</a> &gt;::type&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a21fce526d4c7a5d53f2c6491a4133a4f">HCoeffsType</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef <a class="el" href="class_eigen_1_1_permutation_matrix.html">PermutationMatrix</a><br class="typebreak"/>
&lt; ColsAtCompileTime, <br class="typebreak"/>
MaxColsAtCompileTime &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a1aea95c556cf6fe764ccd1f4cb58773f">PermutationType</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef <br class="typebreak"/>
<a class="el" href="struct_eigen_1_1internal_1_1plain__row__type.html">internal::plain_row_type</a><br class="typebreak"/>
&lt; <a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a8d9319e9ad7565d4dd3fc07e540f459c">MatrixType</a>, <a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#ab35805502719be8d379f2e2661784b7c">Index</a> &gt;::type&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a431c70c528729251631d82a918c647bc">IntRowVectorType</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef <br class="typebreak"/>
<a class="el" href="struct_eigen_1_1internal_1_1plain__row__type.html">internal::plain_row_type</a><br class="typebreak"/>
&lt; <a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a8d9319e9ad7565d4dd3fc07e540f459c">MatrixType</a> &gt;::type&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a338dbecd93a8c2b3f9f6b7b27e941f00">RowVectorType</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef <br class="typebreak"/>
<a class="el" href="struct_eigen_1_1internal_1_1plain__row__type.html">internal::plain_row_type</a><br class="typebreak"/>
&lt; <a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a8d9319e9ad7565d4dd3fc07e540f459c">MatrixType</a>, <a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a6f5b4b7cabbf2c3b570919108d42225d">RealScalar</a> &gt;<br class="typebreak"/>
::type&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a9c5615ab3c4f9263b28374b6ed68cbcd">RealRowVectorType</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef <a class="el" href="class_eigen_1_1_householder_sequence.html">HouseholderSequence</a><br class="typebreak"/>
&lt; <a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a8d9319e9ad7565d4dd3fc07e540f459c">MatrixType</a>, <a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a21fce526d4c7a5d53f2c6491a4133a4f">HCoeffsType</a> &gt;<br class="typebreak"/>
::ConjugateReturnType&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a62ff9d1b56defa7915f2467710373386">HouseholderSequenceType</a></td></tr>
<tr><td colspan="2"><h2><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a6f61ff5e01880ff0700b661dab2b417f">ColPivHouseholderQR</a> ()</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Default Constructor.  <a href="#a6f61ff5e01880ff0700b661dab2b417f"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a90973cc2314999be8488073dabdf4361">ColPivHouseholderQR</a> (<a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#ab35805502719be8d379f2e2661784b7c">Index</a> rows, <a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#ab35805502719be8d379f2e2661784b7c">Index</a> cols)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Default Constructor with memory preallocation.  <a href="#a90973cc2314999be8488073dabdf4361"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a341c22ad8c21d04e3e2c19bc2ae1506a">ColPivHouseholderQR</a> (const <a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a8d9319e9ad7565d4dd3fc07e540f459c">MatrixType</a> &amp;matrix)</td></tr>
<tr><td class="memTemplParams" colspan="2">template&lt;typename Rhs &gt; </td></tr>
<tr><td class="memTemplItemLeft" align="right" valign="top">const internal::solve_retval<br class="typebreak"/>
&lt; <a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html">ColPivHouseholderQR</a>, Rhs &gt;&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a1d95c7e917d799abc0982d34dad8c24f">solve</a> (const <a class="el" href="class_eigen_1_1_matrix_base.html">MatrixBase</a>&lt; Rhs &gt; &amp;b) const </td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">This method finds a solution x to the equation Ax=b, where A is the matrix of which *this is the QR decomposition, if any exists.  <a href="#a1d95c7e917d799abc0982d34dad8c24f"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a62ff9d1b56defa7915f2467710373386">HouseholderSequenceType</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#aad852e77b4a1facb3d89738cab7fc3c3">householderQ</a> (void) const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const <a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a8d9319e9ad7565d4dd3fc07e540f459c">MatrixType</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a58cfcfe1749d22e5ff553e75ed3faebc">matrixQR</a> () const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html">ColPivHouseholderQR</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#ac058935eedd572f6e517de42c3ac82df">compute</a> (const <a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a8d9319e9ad7565d4dd3fc07e540f459c">MatrixType</a> &amp;matrix)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const <a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a1aea95c556cf6fe764ccd1f4cb58773f">PermutationType</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a38ee4efb63d5bf0a5e75a5046d835a03">colsPermutation</a> () const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top">MatrixType::RealScalar&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#ad12c6fb7885a3778f0179ec9ff63e840">absDeterminant</a> () const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top">MatrixType::RealScalar&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a4d2134ab23fc16b44797b3964b1dcf08">logAbsDeterminant</a> () const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#ab35805502719be8d379f2e2661784b7c">Index</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a44ec27529fb69374116c3da688bd3173">rank</a> () const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#ab35805502719be8d379f2e2661784b7c">Index</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#aa824e8c02f282d6b40d6cabcdbdce536">dimensionOfKernel</a> () const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a49ff9f380e418cdac930226b8148293b">isInjective</a> () const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#abc4adaadf2f208334781b600af2d0a9c">isSurjective</a> () const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#aee3d8f40aa691d8d5e0b434ca586a490">isInvertible</a> () const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const internal::solve_retval<br class="typebreak"/>
&lt; <a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html">ColPivHouseholderQR</a>, <br class="typebreak"/>
typename <br class="typebreak"/>
MatrixType::IdentityReturnType &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a2471bdc11f51e656e2b8a0a5708b5c75">inverse</a> () const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#ab35805502719be8d379f2e2661784b7c">Index</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a0829af58e2e0f970b80cea4335cfc849">rows</a> () const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#ab35805502719be8d379f2e2661784b7c">Index</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a8db3ed49d1f0dcad8c0b89322ecb5d19">cols</a> () const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const <a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a21fce526d4c7a5d53f2c6491a4133a4f">HCoeffsType</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#af3e3326da8a794768c9fe02222f8b08a">hCoeffs</a> () const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html">ColPivHouseholderQR</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a439472b02b9326c60f5ca4aaf24d1660">setThreshold</a> (const <a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a6f5b4b7cabbf2c3b570919108d42225d">RealScalar</a> &amp;threshold)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Allows to prescribe a threshold to be used by certain methods, such as <a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a44ec27529fb69374116c3da688bd3173">rank()</a>, who need to determine when pivots are to be considered nonzero.  <a href="#a439472b02b9326c60f5ca4aaf24d1660"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html">ColPivHouseholderQR</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a5fa0fe9a8788be9a83cf071ae23cefd7">setThreshold</a> (<a class="el" href="struct_eigen_1_1_default__t.html">Default_t</a>)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Allows to come back to the default behavior, letting <a class="el" href="namespace_eigen.html" title="Namespace containing all symbols from the Eigen library.">Eigen</a> use its default formula for determining the threshold.  <a href="#a5fa0fe9a8788be9a83cf071ae23cefd7"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a6f5b4b7cabbf2c3b570919108d42225d">RealScalar</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#ab99de422b60befb683208163fe02a589">threshold</a> () const </td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the threshold that will be used by certain methods such as <a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a44ec27529fb69374116c3da688bd3173">rank()</a>.  <a href="#ab99de422b60befb683208163fe02a589"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#ab35805502719be8d379f2e2661784b7c">Index</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a947551bc476d9dbbb1f13d86ff41b844">nonzeroPivots</a> () const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a6f5b4b7cabbf2c3b570919108d42225d">RealScalar</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a293de505537b3802e2ca0dc6889d4071">maxPivot</a> () const </td></tr>
<tr><td colspan="2"><h2><a name="pro-attribs"></a>
Protected Attributes</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a8d9319e9ad7565d4dd3fc07e540f459c">MatrixType</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a4e5ab7894126264655657e61ea441ca3">m_qr</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a21fce526d4c7a5d53f2c6491a4133a4f">HCoeffsType</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a71afc64a563aa4b0f6320877eb8c1a5d">m_hCoeffs</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a1aea95c556cf6fe764ccd1f4cb58773f">PermutationType</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a467b43512d63145dc599e82784b1cb4d">m_colsPermutation</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a431c70c528729251631d82a918c647bc">IntRowVectorType</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#ab9ec8cab591723f4deac336114369861">m_colsTranspositions</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a338dbecd93a8c2b3f9f6b7b27e941f00">RowVectorType</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#aab0a569c89c72f4ae9916e35aad39161">m_temp</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a9c5615ab3c4f9263b28374b6ed68cbcd">RealRowVectorType</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a53a02d7588bb68005c1fb811545f8069">m_colSqNorms</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a4ed462121a0b42999b778365c02b7fde">m_isInitialized</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a516aa8f6a36aa9575679f89bc6def324">m_usePrescribedThreshold</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a6f5b4b7cabbf2c3b570919108d42225d">RealScalar</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a565cb10dfd41ea6025eb66990e7b168a">m_prescribedThreshold</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a6f5b4b7cabbf2c3b570919108d42225d">RealScalar</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a46b3b7a0c8f23a1d5ed69b5ef0518152">m_maxpivot</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#ab35805502719be8d379f2e2661784b7c">Index</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a43e2e1baca5c7e66da4e711ee1579772">m_nonzero_pivots</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#ab35805502719be8d379f2e2661784b7c">Index</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#ab419bf570cf1efdf0fbde325bda8bfbf">m_det_pq</a></td></tr>
</table>
<hr/><h2>Member Typedef Documentation</h2>
<a class="anchor" id="a21fce526d4c7a5d53f2c6491a4133a4f"></a><!-- doxytag: member="Eigen::ColPivHouseholderQR::HCoeffsType" ref="a21fce526d4c7a5d53f2c6491a4133a4f" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef <a class="el" href="struct_eigen_1_1internal_1_1plain__diag__type.html">internal::plain_diag_type</a>&lt;<a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a8d9319e9ad7565d4dd3fc07e540f459c">MatrixType</a>&gt;::type <a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a21fce526d4c7a5d53f2c6491a4133a4f">Eigen::ColPivHouseholderQR::HCoeffsType</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="_q_r_source.html#l00067">67</a> of file <a class="el" href="_q_r_source.html">QR</a>.</p>

</div>
</div>
<a class="anchor" id="a62ff9d1b56defa7915f2467710373386"></a><!-- doxytag: member="Eigen::ColPivHouseholderQR::HouseholderSequenceType" ref="a62ff9d1b56defa7915f2467710373386" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef <a class="el" href="class_eigen_1_1_householder_sequence.html">HouseholderSequence</a>&lt;<a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a8d9319e9ad7565d4dd3fc07e540f459c">MatrixType</a>,<a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a21fce526d4c7a5d53f2c6491a4133a4f">HCoeffsType</a>&gt;::ConjugateReturnType <a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a62ff9d1b56defa7915f2467710373386">Eigen::ColPivHouseholderQR::HouseholderSequenceType</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="_q_r_source.html#l00072">72</a> of file <a class="el" href="_q_r_source.html">QR</a>.</p>

</div>
</div>
<a class="anchor" id="ab35805502719be8d379f2e2661784b7c"></a><!-- doxytag: member="Eigen::ColPivHouseholderQR::Index" ref="ab35805502719be8d379f2e2661784b7c" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef MatrixType::Index <a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#ab35805502719be8d379f2e2661784b7c">Eigen::ColPivHouseholderQR::Index</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="_q_r_source.html#l00065">65</a> of file <a class="el" href="_q_r_source.html">QR</a>.</p>

</div>
</div>
<a class="anchor" id="a431c70c528729251631d82a918c647bc"></a><!-- doxytag: member="Eigen::ColPivHouseholderQR::IntRowVectorType" ref="a431c70c528729251631d82a918c647bc" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef <a class="el" href="struct_eigen_1_1internal_1_1plain__row__type.html">internal::plain_row_type</a>&lt;<a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a8d9319e9ad7565d4dd3fc07e540f459c">MatrixType</a>, <a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#ab35805502719be8d379f2e2661784b7c">Index</a>&gt;::type <a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a431c70c528729251631d82a918c647bc">Eigen::ColPivHouseholderQR::IntRowVectorType</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="_q_r_source.html#l00069">69</a> of file <a class="el" href="_q_r_source.html">QR</a>.</p>

</div>
</div>
<a class="anchor" id="a952de7dbd8b9187301f1a267cec1ff4b"></a><!-- doxytag: member="Eigen::ColPivHouseholderQR::MatrixQType" ref="a952de7dbd8b9187301f1a267cec1ff4b" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef <a class="el" href="class_eigen_1_1_matrix.html">Matrix</a>&lt;<a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a1d0d053fbb59970f2dbd35de6a0b6056">Scalar</a>, RowsAtCompileTime, RowsAtCompileTime, Options, MaxRowsAtCompileTime, MaxRowsAtCompileTime&gt; <a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a952de7dbd8b9187301f1a267cec1ff4b">Eigen::ColPivHouseholderQR::MatrixQType</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="_q_r_source.html#l00066">66</a> of file <a class="el" href="_q_r_source.html">QR</a>.</p>

</div>
</div>
<a class="anchor" id="a8d9319e9ad7565d4dd3fc07e540f459c"></a><!-- doxytag: member="Eigen::ColPivHouseholderQR::MatrixType" ref="a8d9319e9ad7565d4dd3fc07e540f459c" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef _MatrixType <a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a8d9319e9ad7565d4dd3fc07e540f459c">Eigen::ColPivHouseholderQR::MatrixType</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="_q_r_source.html#l00055">55</a> of file <a class="el" href="_q_r_source.html">QR</a>.</p>

</div>
</div>
<a class="anchor" id="a1aea95c556cf6fe764ccd1f4cb58773f"></a><!-- doxytag: member="Eigen::ColPivHouseholderQR::PermutationType" ref="a1aea95c556cf6fe764ccd1f4cb58773f" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef <a class="el" href="class_eigen_1_1_permutation_matrix.html">PermutationMatrix</a>&lt;ColsAtCompileTime, MaxColsAtCompileTime&gt; <a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a1aea95c556cf6fe764ccd1f4cb58773f">Eigen::ColPivHouseholderQR::PermutationType</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="_q_r_source.html#l00068">68</a> of file <a class="el" href="_q_r_source.html">QR</a>.</p>

</div>
</div>
<a class="anchor" id="a9c5615ab3c4f9263b28374b6ed68cbcd"></a><!-- doxytag: member="Eigen::ColPivHouseholderQR::RealRowVectorType" ref="a9c5615ab3c4f9263b28374b6ed68cbcd" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef <a class="el" href="struct_eigen_1_1internal_1_1plain__row__type.html">internal::plain_row_type</a>&lt;<a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a8d9319e9ad7565d4dd3fc07e540f459c">MatrixType</a>, <a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a6f5b4b7cabbf2c3b570919108d42225d">RealScalar</a>&gt;::type <a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a9c5615ab3c4f9263b28374b6ed68cbcd">Eigen::ColPivHouseholderQR::RealRowVectorType</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="_q_r_source.html#l00071">71</a> of file <a class="el" href="_q_r_source.html">QR</a>.</p>

</div>
</div>
<a class="anchor" id="a6f5b4b7cabbf2c3b570919108d42225d"></a><!-- doxytag: member="Eigen::ColPivHouseholderQR::RealScalar" ref="a6f5b4b7cabbf2c3b570919108d42225d" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef MatrixType::RealScalar <a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a6f5b4b7cabbf2c3b570919108d42225d">Eigen::ColPivHouseholderQR::RealScalar</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="_q_r_source.html#l00064">64</a> of file <a class="el" href="_q_r_source.html">QR</a>.</p>

</div>
</div>
<a class="anchor" id="a338dbecd93a8c2b3f9f6b7b27e941f00"></a><!-- doxytag: member="Eigen::ColPivHouseholderQR::RowVectorType" ref="a338dbecd93a8c2b3f9f6b7b27e941f00" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef <a class="el" href="struct_eigen_1_1internal_1_1plain__row__type.html">internal::plain_row_type</a>&lt;<a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a8d9319e9ad7565d4dd3fc07e540f459c">MatrixType</a>&gt;::type <a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a338dbecd93a8c2b3f9f6b7b27e941f00">Eigen::ColPivHouseholderQR::RowVectorType</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="_q_r_source.html#l00070">70</a> of file <a class="el" href="_q_r_source.html">QR</a>.</p>

</div>
</div>
<a class="anchor" id="a1d0d053fbb59970f2dbd35de6a0b6056"></a><!-- doxytag: member="Eigen::ColPivHouseholderQR::Scalar" ref="a1d0d053fbb59970f2dbd35de6a0b6056" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef MatrixType::Scalar <a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a1d0d053fbb59970f2dbd35de6a0b6056">Eigen::ColPivHouseholderQR::Scalar</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="_q_r_source.html#l00063">63</a> of file <a class="el" href="_q_r_source.html">QR</a>.</p>

</div>
</div>
<hr/><h2>Member Enumeration Documentation</h2>
<a class="anchor" id="acd38da60a2a9e37dfdca3525ce065677"></a><!-- doxytag: member="Eigen::ColPivHouseholderQR::@378" ref="acd38da60a2a9e37dfdca3525ce065677" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">anonymous enum</td>
        </tr>
      </table>
</div>
<div class="memdoc">
<dl><dt><b>Enumerator: </b></dt><dd><table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"><em><a class="anchor" id="acd38da60a2a9e37dfdca3525ce065677a8e9b93969d2b271dc8424dd44c6699c0"></a><!-- doxytag: member="RowsAtCompileTime" ref="acd38da60a2a9e37dfdca3525ce065677a8e9b93969d2b271dc8424dd44c6699c0" args="" -->RowsAtCompileTime</em>&nbsp;</td><td>
</td></tr>
<tr><td valign="top"><em><a class="anchor" id="acd38da60a2a9e37dfdca3525ce065677a00d017c1090e266ade1114e8ada1f66e"></a><!-- doxytag: member="ColsAtCompileTime" ref="acd38da60a2a9e37dfdca3525ce065677a00d017c1090e266ade1114e8ada1f66e" args="" -->ColsAtCompileTime</em>&nbsp;</td><td>
</td></tr>
<tr><td valign="top"><em><a class="anchor" id="acd38da60a2a9e37dfdca3525ce065677a28231f5cdb032b739e697816a4773540"></a><!-- doxytag: member="Options" ref="acd38da60a2a9e37dfdca3525ce065677a28231f5cdb032b739e697816a4773540" args="" -->Options</em>&nbsp;</td><td>
</td></tr>
<tr><td valign="top"><em><a class="anchor" id="acd38da60a2a9e37dfdca3525ce065677acc3a6c1d106c63312d22556752011545"></a><!-- doxytag: member="MaxRowsAtCompileTime" ref="acd38da60a2a9e37dfdca3525ce065677acc3a6c1d106c63312d22556752011545" args="" -->MaxRowsAtCompileTime</em>&nbsp;</td><td>
</td></tr>
<tr><td valign="top"><em><a class="anchor" id="acd38da60a2a9e37dfdca3525ce065677a659ee3b9eb7712afe9cfe403a502bba0"></a><!-- doxytag: member="MaxColsAtCompileTime" ref="acd38da60a2a9e37dfdca3525ce065677a659ee3b9eb7712afe9cfe403a502bba0" args="" -->MaxColsAtCompileTime</em>&nbsp;</td><td>
</td></tr>
</table>
</dd>
</dl>

<p>Definition at line <a class="el" href="_q_r_source.html#l00056">56</a> of file <a class="el" href="_q_r_source.html">QR</a>.</p>

</div>
</div>
<hr/><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="a6f61ff5e01880ff0700b661dab2b417f"></a><!-- doxytag: member="Eigen::ColPivHouseholderQR::ColPivHouseholderQR" ref="a6f61ff5e01880ff0700b661dab2b417f" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">Eigen::ColPivHouseholderQR::ColPivHouseholderQR </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Default Constructor. </p>
<p>The default constructor is useful in cases in which the user intends to perform decompositions via <a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#ac058935eedd572f6e517de42c3ac82df">ColPivHouseholderQR::compute(const MatrixType&amp;)</a>. </p>

<p>Definition at line <a class="el" href="_q_r_source.html#l00080">80</a> of file <a class="el" href="_q_r_source.html">QR</a>.</p>

</div>
</div>
<a class="anchor" id="a90973cc2314999be8488073dabdf4361"></a><!-- doxytag: member="Eigen::ColPivHouseholderQR::ColPivHouseholderQR" ref="a90973cc2314999be8488073dabdf4361" args="(Index rows, Index cols)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">Eigen::ColPivHouseholderQR::ColPivHouseholderQR </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#ab35805502719be8d379f2e2661784b7c">Index</a>&#160;</td>
          <td class="paramname"><em>rows</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#ab35805502719be8d379f2e2661784b7c">Index</a>&#160;</td>
          <td class="paramname"><em>cols</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Default Constructor with memory preallocation. </p>
<p>Like the default constructor but with preallocation of the internal data according to the specified problem <em>size</em>. </p>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a6f61ff5e01880ff0700b661dab2b417f" title="Default Constructor.">ColPivHouseholderQR()</a> </dd></dl>

<p>Definition at line <a class="el" href="_q_r_source.html#l00095">95</a> of file <a class="el" href="_q_r_source.html">QR</a>.</p>

</div>
</div>
<a class="anchor" id="a341c22ad8c21d04e3e2c19bc2ae1506a"></a><!-- doxytag: member="Eigen::ColPivHouseholderQR::ColPivHouseholderQR" ref="a341c22ad8c21d04e3e2c19bc2ae1506a" args="(const MatrixType &amp;matrix)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">Eigen::ColPivHouseholderQR::ColPivHouseholderQR </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a8d9319e9ad7565d4dd3fc07e540f459c">MatrixType</a> &amp;&#160;</td>
          <td class="paramname"><em>matrix</em></td><td>)</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="_q_r_source.html#l00105">105</a> of file <a class="el" href="_q_r_source.html">QR</a>.</p>

</div>
</div>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="ad12c6fb7885a3778f0179ec9ff63e840"></a><!-- doxytag: member="Eigen::ColPivHouseholderQR::absDeterminant" ref="ad12c6fb7885a3778f0179ec9ff63e840" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">MatrixType::RealScalar Eigen::ColPivHouseholderQR::absDeterminant </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">
<dl class="return"><dt><b>Returns:</b></dt><dd>the absolute value of the determinant of the matrix of which *this is the QR decomposition. It has only linear complexity (that is, O(n) where n is the dimension of the square matrix) as the QR decomposition has already been computed.</dd></dl>
<dl class="note"><dt><b>Note:</b></dt><dd>This is only for square matrices.</dd></dl>
<dl class="warning"><dt><b>Warning:</b></dt><dd>a determinant can be very big or small, so for matrices of large enough dimension, there is a risk of overflow/underflow. One way to work around that is to use <a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a4d2134ab23fc16b44797b3964b1dcf08">logAbsDeterminant()</a> instead.</dd></dl>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a4d2134ab23fc16b44797b3964b1dcf08">logAbsDeterminant()</a>, <a class="el" href="class_eigen_1_1_matrix_base.html#aeaa1e616a5c11b439fcf23282f582c89">MatrixBase::determinant()</a> </dd></dl>

<p>Definition at line <a class="el" href="_q_r_source.html#l00357">357</a> of file <a class="el" href="_q_r_source.html">QR</a>.</p>

</div>
</div>
<a class="anchor" id="a8db3ed49d1f0dcad8c0b89322ecb5d19"></a><!-- doxytag: member="Eigen::ColPivHouseholderQR::cols" ref="a8db3ed49d1f0dcad8c0b89322ecb5d19" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#ab35805502719be8d379f2e2661784b7c">Index</a> Eigen::ColPivHouseholderQR::cols </td>
          <td>(</td>
          <td class="paramtype">void&#160;</td>
          <td class="paramname"></td><td>)</td>
          <td> const<code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="_q_r_source.html#l00271">271</a> of file <a class="el" href="_q_r_source.html">QR</a>.</p>

</div>
</div>
<a class="anchor" id="a38ee4efb63d5bf0a5e75a5046d835a03"></a><!-- doxytag: member="Eigen::ColPivHouseholderQR::colsPermutation" ref="a38ee4efb63d5bf0a5e75a5046d835a03" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const <a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a1aea95c556cf6fe764ccd1f4cb58773f">PermutationType</a>&amp; Eigen::ColPivHouseholderQR::colsPermutation </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const<code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="_q_r_source.html#l00155">155</a> of file <a class="el" href="_q_r_source.html">QR</a>.</p>

</div>
</div>
<a class="anchor" id="ac058935eedd572f6e517de42c3ac82df"></a><!-- doxytag: member="Eigen::ColPivHouseholderQR::compute" ref="ac058935eedd572f6e517de42c3ac82df" args="(const MatrixType &amp;matrix)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html">ColPivHouseholderQR</a>&lt; <a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a8d9319e9ad7565d4dd3fc07e540f459c">MatrixType</a> &gt; &amp; Eigen::ColPivHouseholderQR::compute </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a8d9319e9ad7565d4dd3fc07e540f459c">MatrixType</a> &amp;&#160;</td>
          <td class="paramname"><em>matrix</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="_q_r_source.html#l00373">373</a> of file <a class="el" href="_q_r_source.html">QR</a>.</p>

</div>
</div>
<a class="anchor" id="aa824e8c02f282d6b40d6cabcdbdce536"></a><!-- doxytag: member="Eigen::ColPivHouseholderQR::dimensionOfKernel" ref="aa824e8c02f282d6b40d6cabcdbdce536" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#ab35805502719be8d379f2e2661784b7c">Index</a> Eigen::ColPivHouseholderQR::dimensionOfKernel </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const<code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<dl class="return"><dt><b>Returns:</b></dt><dd>the dimension of the kernel of the matrix of which *this is the QR decomposition.</dd></dl>
<dl class="note"><dt><b>Note:</b></dt><dd>This method has to determine which pivots should be considered nonzero. For that, it uses the threshold value that you can control by calling <a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a439472b02b9326c60f5ca4aaf24d1660" title="Allows to prescribe a threshold to be used by certain methods, such as rank(), who need to determine ...">setThreshold(const RealScalar&amp;)</a>. </dd></dl>

<p>Definition at line <a class="el" href="_q_r_source.html#l00212">212</a> of file <a class="el" href="_q_r_source.html">QR</a>.</p>

</div>
</div>
<a class="anchor" id="af3e3326da8a794768c9fe02222f8b08a"></a><!-- doxytag: member="Eigen::ColPivHouseholderQR::hCoeffs" ref="af3e3326da8a794768c9fe02222f8b08a" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const <a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a21fce526d4c7a5d53f2c6491a4133a4f">HCoeffsType</a>&amp; Eigen::ColPivHouseholderQR::hCoeffs </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const<code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="_q_r_source.html#l00272">272</a> of file <a class="el" href="_q_r_source.html">QR</a>.</p>

</div>
</div>
<a class="anchor" id="aad852e77b4a1facb3d89738cab7fc3c3"></a><!-- doxytag: member="Eigen::ColPivHouseholderQR::householderQ" ref="aad852e77b4a1facb3d89738cab7fc3c3" args="(void) const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html">ColPivHouseholderQR</a>&lt; <a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a8d9319e9ad7565d4dd3fc07e540f459c">MatrixType</a> &gt;::<a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a62ff9d1b56defa7915f2467710373386">HouseholderSequenceType</a> Eigen::ColPivHouseholderQR::householderQ </td>
          <td>(</td>
          <td class="paramtype">void&#160;</td>
          <td class="paramname"></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">
<dl class="return"><dt><b>Returns:</b></dt><dd>the matrix Q as a sequence of householder transformations </dd></dl>

<p>Definition at line <a class="el" href="_q_r_source.html#l00515">515</a> of file <a class="el" href="_q_r_source.html">QR</a>.</p>

</div>
</div>
<a class="anchor" id="a2471bdc11f51e656e2b8a0a5708b5c75"></a><!-- doxytag: member="Eigen::ColPivHouseholderQR::inverse" ref="a2471bdc11f51e656e2b8a0a5708b5c75" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const internal::solve_retval&lt;<a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html">ColPivHouseholderQR</a>, typename MatrixType::IdentityReturnType&gt; Eigen::ColPivHouseholderQR::inverse </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const<code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<dl class="return"><dt><b>Returns:</b></dt><dd>the inverse of the matrix of which *this is the QR decomposition.</dd></dl>
<dl class="note"><dt><b>Note:</b></dt><dd>If this matrix is not invertible, the returned matrix has undefined coefficients. Use <a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#aee3d8f40aa691d8d5e0b434ca586a490">isInvertible()</a> to first determine whether this matrix is invertible. </dd></dl>

<p>Definition at line <a class="el" href="_q_r_source.html#l00263">263</a> of file <a class="el" href="_q_r_source.html">QR</a>.</p>

<p>Referenced by <a class="el" href="eigen__plugins_8h_source.html#l00639">leftDivideSquare()</a>, and <a class="el" href="eigen__plugins_8h_source.html#l00648">rightDivideSquare()</a>.</p>

</div>
</div>
<a class="anchor" id="a49ff9f380e418cdac930226b8148293b"></a><!-- doxytag: member="Eigen::ColPivHouseholderQR::isInjective" ref="a49ff9f380e418cdac930226b8148293b" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool Eigen::ColPivHouseholderQR::isInjective </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const<code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<dl class="return"><dt><b>Returns:</b></dt><dd>true if the matrix of which *this is the QR decomposition represents an injective linear map, i.e. has trivial kernel; false otherwise.</dd></dl>
<dl class="note"><dt><b>Note:</b></dt><dd>This method has to determine which pivots should be considered nonzero. For that, it uses the threshold value that you can control by calling <a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a439472b02b9326c60f5ca4aaf24d1660" title="Allows to prescribe a threshold to be used by certain methods, such as rank(), who need to determine ...">setThreshold(const RealScalar&amp;)</a>. </dd></dl>

<p>Definition at line <a class="el" href="_q_r_source.html#l00225">225</a> of file <a class="el" href="_q_r_source.html">QR</a>.</p>

</div>
</div>
<a class="anchor" id="aee3d8f40aa691d8d5e0b434ca586a490"></a><!-- doxytag: member="Eigen::ColPivHouseholderQR::isInvertible" ref="aee3d8f40aa691d8d5e0b434ca586a490" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool Eigen::ColPivHouseholderQR::isInvertible </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const<code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<dl class="return"><dt><b>Returns:</b></dt><dd>true if the matrix of which *this is the QR decomposition is invertible.</dd></dl>
<dl class="note"><dt><b>Note:</b></dt><dd>This method has to determine which pivots should be considered nonzero. For that, it uses the threshold value that you can control by calling <a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a439472b02b9326c60f5ca4aaf24d1660" title="Allows to prescribe a threshold to be used by certain methods, such as rank(), who need to determine ...">setThreshold(const RealScalar&amp;)</a>. </dd></dl>

<p>Definition at line <a class="el" href="_q_r_source.html#l00250">250</a> of file <a class="el" href="_q_r_source.html">QR</a>.</p>

<p>Referenced by <a class="el" href="eigen__plugins_8h_source.html#l00639">leftDivideSquare()</a>, and <a class="el" href="eigen__plugins_8h_source.html#l00648">rightDivideSquare()</a>.</p>

</div>
</div>
<a class="anchor" id="abc4adaadf2f208334781b600af2d0a9c"></a><!-- doxytag: member="Eigen::ColPivHouseholderQR::isSurjective" ref="abc4adaadf2f208334781b600af2d0a9c" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool Eigen::ColPivHouseholderQR::isSurjective </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const<code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<dl class="return"><dt><b>Returns:</b></dt><dd>true if the matrix of which *this is the QR decomposition represents a surjective linear map; false otherwise.</dd></dl>
<dl class="note"><dt><b>Note:</b></dt><dd>This method has to determine which pivots should be considered nonzero. For that, it uses the threshold value that you can control by calling <a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a439472b02b9326c60f5ca4aaf24d1660" title="Allows to prescribe a threshold to be used by certain methods, such as rank(), who need to determine ...">setThreshold(const RealScalar&amp;)</a>. </dd></dl>

<p>Definition at line <a class="el" href="_q_r_source.html#l00238">238</a> of file <a class="el" href="_q_r_source.html">QR</a>.</p>

</div>
</div>
<a class="anchor" id="a4d2134ab23fc16b44797b3964b1dcf08"></a><!-- doxytag: member="Eigen::ColPivHouseholderQR::logAbsDeterminant" ref="a4d2134ab23fc16b44797b3964b1dcf08" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">MatrixType::RealScalar Eigen::ColPivHouseholderQR::logAbsDeterminant </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">
<dl class="return"><dt><b>Returns:</b></dt><dd>the natural log of the absolute value of the determinant of the matrix of which *this is the QR decomposition. It has only linear complexity (that is, O(n) where n is the dimension of the square matrix) as the QR decomposition has already been computed.</dd></dl>
<dl class="note"><dt><b>Note:</b></dt><dd>This is only for square matrices.</dd>
<dd>
This method is useful to work around the risk of overflow/underflow that's inherent to determinant computation.</dd></dl>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#ad12c6fb7885a3778f0179ec9ff63e840">absDeterminant()</a>, <a class="el" href="class_eigen_1_1_matrix_base.html#aeaa1e616a5c11b439fcf23282f582c89">MatrixBase::determinant()</a> </dd></dl>

<p>Definition at line <a class="el" href="_q_r_source.html#l00365">365</a> of file <a class="el" href="_q_r_source.html">QR</a>.</p>

</div>
</div>
<a class="anchor" id="a58cfcfe1749d22e5ff553e75ed3faebc"></a><!-- doxytag: member="Eigen::ColPivHouseholderQR::matrixQR" ref="a58cfcfe1749d22e5ff553e75ed3faebc" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const <a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a8d9319e9ad7565d4dd3fc07e540f459c">MatrixType</a>&amp; Eigen::ColPivHouseholderQR::matrixQR </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const<code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<dl class="return"><dt><b>Returns:</b></dt><dd>a reference to the matrix where the Householder QR decomposition is stored </dd></dl>

<p>Definition at line <a class="el" href="_q_r_source.html#l00147">147</a> of file <a class="el" href="_q_r_source.html">QR</a>.</p>

</div>
</div>
<a class="anchor" id="a293de505537b3802e2ca0dc6889d4071"></a><!-- doxytag: member="Eigen::ColPivHouseholderQR::maxPivot" ref="a293de505537b3802e2ca0dc6889d4071" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a6f5b4b7cabbf2c3b570919108d42225d">RealScalar</a> Eigen::ColPivHouseholderQR::maxPivot </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const<code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<dl class="return"><dt><b>Returns:</b></dt><dd>the absolute value of the biggest pivot, i.e. the biggest diagonal coefficient of R. </dd></dl>

<p>Definition at line <a class="el" href="_q_r_source.html#l00341">341</a> of file <a class="el" href="_q_r_source.html">QR</a>.</p>

</div>
</div>
<a class="anchor" id="a947551bc476d9dbbb1f13d86ff41b844"></a><!-- doxytag: member="Eigen::ColPivHouseholderQR::nonzeroPivots" ref="a947551bc476d9dbbb1f13d86ff41b844" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#ab35805502719be8d379f2e2661784b7c">Index</a> Eigen::ColPivHouseholderQR::nonzeroPivots </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const<code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<dl class="return"><dt><b>Returns:</b></dt><dd>the number of nonzero pivots in the QR decomposition. Here nonzero is meant in the exact sense, not in a fuzzy sense. So that notion isn't really intrinsically interesting, but it is still useful when implementing algorithms.</dd></dl>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a44ec27529fb69374116c3da688bd3173">rank()</a> </dd></dl>

<p>Definition at line <a class="el" href="_q_r_source.html#l00332">332</a> of file <a class="el" href="_q_r_source.html">QR</a>.</p>

</div>
</div>
<a class="anchor" id="a44ec27529fb69374116c3da688bd3173"></a><!-- doxytag: member="Eigen::ColPivHouseholderQR::rank" ref="a44ec27529fb69374116c3da688bd3173" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#ab35805502719be8d379f2e2661784b7c">Index</a> Eigen::ColPivHouseholderQR::rank </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const<code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<dl class="return"><dt><b>Returns:</b></dt><dd>the rank of the matrix of which *this is the QR decomposition.</dd></dl>
<dl class="note"><dt><b>Note:</b></dt><dd>This method has to determine which pivots should be considered nonzero. For that, it uses the threshold value that you can control by calling <a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a439472b02b9326c60f5ca4aaf24d1660" title="Allows to prescribe a threshold to be used by certain methods, such as rank(), who need to determine ...">setThreshold(const RealScalar&amp;)</a>. </dd></dl>

<p>Definition at line <a class="el" href="_q_r_source.html#l00196">196</a> of file <a class="el" href="_q_r_source.html">QR</a>.</p>

<p>Referenced by <a class="el" href="eigen__plugins_8h_source.html#l00722">rank()</a>.</p>

</div>
</div>
<a class="anchor" id="a0829af58e2e0f970b80cea4335cfc849"></a><!-- doxytag: member="Eigen::ColPivHouseholderQR::rows" ref="a0829af58e2e0f970b80cea4335cfc849" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#ab35805502719be8d379f2e2661784b7c">Index</a> Eigen::ColPivHouseholderQR::rows </td>
          <td>(</td>
          <td class="paramtype">void&#160;</td>
          <td class="paramname"></td><td>)</td>
          <td> const<code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="_q_r_source.html#l00270">270</a> of file <a class="el" href="_q_r_source.html">QR</a>.</p>

</div>
</div>
<a class="anchor" id="a439472b02b9326c60f5ca4aaf24d1660"></a><!-- doxytag: member="Eigen::ColPivHouseholderQR::setThreshold" ref="a439472b02b9326c60f5ca4aaf24d1660" args="(const RealScalar &amp;threshold)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html">ColPivHouseholderQR</a>&amp; Eigen::ColPivHouseholderQR::setThreshold </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a6f5b4b7cabbf2c3b570919108d42225d">RealScalar</a> &amp;&#160;</td>
          <td class="paramname"><em>threshold</em></td><td>)</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Allows to prescribe a threshold to be used by certain methods, such as <a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a44ec27529fb69374116c3da688bd3173">rank()</a>, who need to determine when pivots are to be considered nonzero. </p>
<p>This is not used for the QR decomposition itself.</p>
<p>When it needs to get the threshold value, <a class="el" href="namespace_eigen.html" title="Namespace containing all symbols from the Eigen library.">Eigen</a> calls <a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#ab99de422b60befb683208163fe02a589" title="Returns the threshold that will be used by certain methods such as rank().">threshold()</a>. By default, this uses a formula to automatically determine a reasonable threshold. Once you have called the present method <a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a439472b02b9326c60f5ca4aaf24d1660" title="Allows to prescribe a threshold to be used by certain methods, such as rank(), who need to determine ...">setThreshold(const RealScalar&amp;)</a>, your value is used instead.</p>
<dl><dt><b>Parameters:</b></dt><dd>
  <table class="params">
    <tr><td class="paramname">threshold</td><td>The new value to use as the threshold.</td></tr>
  </table>
  </dd>
</dl>
<p>A pivot will be considered nonzero if its absolute value is strictly greater than <img class="formulaInl" alt="$ \vert pivot \vert \leqslant threshold \times \vert maxpivot \vert $" src="form_263.png"/> where maxpivot is the biggest pivot.</p>
<p>If you want to come back to the default behavior, call <a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a5fa0fe9a8788be9a83cf071ae23cefd7" title="Allows to come back to the default behavior, letting Eigen use its default formula for determining th...">setThreshold(Default_t)</a> </p>

<p>Definition at line <a class="el" href="_q_r_source.html#l00291">291</a> of file <a class="el" href="_q_r_source.html">QR</a>.</p>

<p>Referenced by <a class="el" href="eigen__plugins_8h_source.html#l00722">rank()</a>.</p>

</div>
</div>
<a class="anchor" id="a5fa0fe9a8788be9a83cf071ae23cefd7"></a><!-- doxytag: member="Eigen::ColPivHouseholderQR::setThreshold" ref="a5fa0fe9a8788be9a83cf071ae23cefd7" args="(Default_t)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html">ColPivHouseholderQR</a>&amp; Eigen::ColPivHouseholderQR::setThreshold </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="struct_eigen_1_1_default__t.html">Default_t</a>&#160;</td>
          <td class="paramname"></td><td>)</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Allows to come back to the default behavior, letting <a class="el" href="namespace_eigen.html" title="Namespace containing all symbols from the Eigen library.">Eigen</a> use its default formula for determining the threshold. </p>
<p>You should pass the special object Eigen::Default as parameter here. </p>
<div class="fragment"><pre class="fragment"> qr.setThreshold(Eigen::Default); 
</pre></div><p>See the documentation of <a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a439472b02b9326c60f5ca4aaf24d1660" title="Allows to prescribe a threshold to be used by certain methods, such as rank(), who need to determine ...">setThreshold(const RealScalar&amp;)</a>. </p>

<p>Definition at line <a class="el" href="_q_r_source.html#l00306">306</a> of file <a class="el" href="_q_r_source.html">QR</a>.</p>

</div>
</div>
<a class="anchor" id="a1d95c7e917d799abc0982d34dad8c24f"></a><!-- doxytag: member="Eigen::ColPivHouseholderQR::solve" ref="a1d95c7e917d799abc0982d34dad8c24f" args="(const MatrixBase&lt; Rhs &gt; &amp;b) const " -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;typename Rhs &gt; </div>
      <table class="memname">
        <tr>
          <td class="memname">const internal::solve_retval&lt;<a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html">ColPivHouseholderQR</a>, Rhs&gt; Eigen::ColPivHouseholderQR::solve </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="class_eigen_1_1_matrix_base.html">MatrixBase</a>&lt; Rhs &gt; &amp;&#160;</td>
          <td class="paramname"><em>b</em></td><td>)</td>
          <td> const<code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>This method finds a solution x to the equation Ax=b, where A is the matrix of which *this is the QR decomposition, if any exists. </p>
<dl><dt><b>Parameters:</b></dt><dd>
  <table class="params">
    <tr><td class="paramname">b</td><td>the right-hand-side of the equation to solve.</td></tr>
  </table>
  </dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>a solution.</dd></dl>
<dl class="note"><dt><b>Note:</b></dt><dd>The case where b is a matrix is not yet implemented. Also, this code is space inefficient.</dd></dl>
<p>Example: </p>
<div class="fragment"><pre class="fragment"></pre></div><p> Output: </p>
<div class="fragment"><pre class="fragment"></pre></div> 
<p>Definition at line <a class="el" href="_q_r_source.html#l00137">137</a> of file <a class="el" href="_q_r_source.html">QR</a>.</p>

</div>
</div>
<a class="anchor" id="ab99de422b60befb683208163fe02a589"></a><!-- doxytag: member="Eigen::ColPivHouseholderQR::threshold" ref="ab99de422b60befb683208163fe02a589" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a6f5b4b7cabbf2c3b570919108d42225d">RealScalar</a> Eigen::ColPivHouseholderQR::threshold </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const<code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Returns the threshold that will be used by certain methods such as <a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a44ec27529fb69374116c3da688bd3173">rank()</a>. </p>
<p>See the documentation of <a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a439472b02b9326c60f5ca4aaf24d1660" title="Allows to prescribe a threshold to be used by certain methods, such as rank(), who need to determine ...">setThreshold(const RealScalar&amp;)</a>. </p>

<p>Definition at line <a class="el" href="_q_r_source.html#l00316">316</a> of file <a class="el" href="_q_r_source.html">QR</a>.</p>

</div>
</div>
<hr/><h2>Member Data Documentation</h2>
<a class="anchor" id="a467b43512d63145dc599e82784b1cb4d"></a><!-- doxytag: member="Eigen::ColPivHouseholderQR::m_colsPermutation" ref="a467b43512d63145dc599e82784b1cb4d" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a1aea95c556cf6fe764ccd1f4cb58773f">PermutationType</a> <a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a467b43512d63145dc599e82784b1cb4d">Eigen::ColPivHouseholderQR::m_colsPermutation</a><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="_q_r_source.html#l00346">346</a> of file <a class="el" href="_q_r_source.html">QR</a>.</p>

</div>
</div>
<a class="anchor" id="a53a02d7588bb68005c1fb811545f8069"></a><!-- doxytag: member="Eigen::ColPivHouseholderQR::m_colSqNorms" ref="a53a02d7588bb68005c1fb811545f8069" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a9c5615ab3c4f9263b28374b6ed68cbcd">RealRowVectorType</a> <a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a53a02d7588bb68005c1fb811545f8069">Eigen::ColPivHouseholderQR::m_colSqNorms</a><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="_q_r_source.html#l00349">349</a> of file <a class="el" href="_q_r_source.html">QR</a>.</p>

</div>
</div>
<a class="anchor" id="ab9ec8cab591723f4deac336114369861"></a><!-- doxytag: member="Eigen::ColPivHouseholderQR::m_colsTranspositions" ref="ab9ec8cab591723f4deac336114369861" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a431c70c528729251631d82a918c647bc">IntRowVectorType</a> <a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#ab9ec8cab591723f4deac336114369861">Eigen::ColPivHouseholderQR::m_colsTranspositions</a><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="_q_r_source.html#l00347">347</a> of file <a class="el" href="_q_r_source.html">QR</a>.</p>

</div>
</div>
<a class="anchor" id="ab419bf570cf1efdf0fbde325bda8bfbf"></a><!-- doxytag: member="Eigen::ColPivHouseholderQR::m_det_pq" ref="ab419bf570cf1efdf0fbde325bda8bfbf" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#ab35805502719be8d379f2e2661784b7c">Index</a> <a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#ab419bf570cf1efdf0fbde325bda8bfbf">Eigen::ColPivHouseholderQR::m_det_pq</a><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="_q_r_source.html#l00353">353</a> of file <a class="el" href="_q_r_source.html">QR</a>.</p>

</div>
</div>
<a class="anchor" id="a71afc64a563aa4b0f6320877eb8c1a5d"></a><!-- doxytag: member="Eigen::ColPivHouseholderQR::m_hCoeffs" ref="a71afc64a563aa4b0f6320877eb8c1a5d" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a21fce526d4c7a5d53f2c6491a4133a4f">HCoeffsType</a> <a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a71afc64a563aa4b0f6320877eb8c1a5d">Eigen::ColPivHouseholderQR::m_hCoeffs</a><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="_q_r_source.html#l00345">345</a> of file <a class="el" href="_q_r_source.html">QR</a>.</p>

</div>
</div>
<a class="anchor" id="a4ed462121a0b42999b778365c02b7fde"></a><!-- doxytag: member="Eigen::ColPivHouseholderQR::m_isInitialized" ref="a4ed462121a0b42999b778365c02b7fde" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool <a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a4ed462121a0b42999b778365c02b7fde">Eigen::ColPivHouseholderQR::m_isInitialized</a><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="_q_r_source.html#l00350">350</a> of file <a class="el" href="_q_r_source.html">QR</a>.</p>

</div>
</div>
<a class="anchor" id="a46b3b7a0c8f23a1d5ed69b5ef0518152"></a><!-- doxytag: member="Eigen::ColPivHouseholderQR::m_maxpivot" ref="a46b3b7a0c8f23a1d5ed69b5ef0518152" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a6f5b4b7cabbf2c3b570919108d42225d">RealScalar</a> <a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a46b3b7a0c8f23a1d5ed69b5ef0518152">Eigen::ColPivHouseholderQR::m_maxpivot</a><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="_q_r_source.html#l00351">351</a> of file <a class="el" href="_q_r_source.html">QR</a>.</p>

</div>
</div>
<a class="anchor" id="a43e2e1baca5c7e66da4e711ee1579772"></a><!-- doxytag: member="Eigen::ColPivHouseholderQR::m_nonzero_pivots" ref="a43e2e1baca5c7e66da4e711ee1579772" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#ab35805502719be8d379f2e2661784b7c">Index</a> <a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a43e2e1baca5c7e66da4e711ee1579772">Eigen::ColPivHouseholderQR::m_nonzero_pivots</a><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="_q_r_source.html#l00352">352</a> of file <a class="el" href="_q_r_source.html">QR</a>.</p>

</div>
</div>
<a class="anchor" id="a565cb10dfd41ea6025eb66990e7b168a"></a><!-- doxytag: member="Eigen::ColPivHouseholderQR::m_prescribedThreshold" ref="a565cb10dfd41ea6025eb66990e7b168a" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a6f5b4b7cabbf2c3b570919108d42225d">RealScalar</a> <a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a565cb10dfd41ea6025eb66990e7b168a">Eigen::ColPivHouseholderQR::m_prescribedThreshold</a><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="_q_r_source.html#l00351">351</a> of file <a class="el" href="_q_r_source.html">QR</a>.</p>

</div>
</div>
<a class="anchor" id="a4e5ab7894126264655657e61ea441ca3"></a><!-- doxytag: member="Eigen::ColPivHouseholderQR::m_qr" ref="a4e5ab7894126264655657e61ea441ca3" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a8d9319e9ad7565d4dd3fc07e540f459c">MatrixType</a> <a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a4e5ab7894126264655657e61ea441ca3">Eigen::ColPivHouseholderQR::m_qr</a><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="_q_r_source.html#l00344">344</a> of file <a class="el" href="_q_r_source.html">QR</a>.</p>

</div>
</div>
<a class="anchor" id="aab0a569c89c72f4ae9916e35aad39161"></a><!-- doxytag: member="Eigen::ColPivHouseholderQR::m_temp" ref="aab0a569c89c72f4ae9916e35aad39161" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a338dbecd93a8c2b3f9f6b7b27e941f00">RowVectorType</a> <a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#aab0a569c89c72f4ae9916e35aad39161">Eigen::ColPivHouseholderQR::m_temp</a><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="_q_r_source.html#l00348">348</a> of file <a class="el" href="_q_r_source.html">QR</a>.</p>

</div>
</div>
<a class="anchor" id="a516aa8f6a36aa9575679f89bc6def324"></a><!-- doxytag: member="Eigen::ColPivHouseholderQR::m_usePrescribedThreshold" ref="a516aa8f6a36aa9575679f89bc6def324" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool <a class="el" href="class_eigen_1_1_col_piv_householder_q_r.html#a516aa8f6a36aa9575679f89bc6def324">Eigen::ColPivHouseholderQR::m_usePrescribedThreshold</a><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="_q_r_source.html#l00350">350</a> of file <a class="el" href="_q_r_source.html">QR</a>.</p>

</div>
</div>
</div>
<br><hr><br> <table border="0" width="100%"> <tr> <td> Page generated by <a href="http://www.doxygen.org" target="_blank">Doxygen 1.7.5</a> for MRPT 0.9.5 SVN: at Sun Sep 25 17:20:18 UTC 2011</td><td></td> <td width="100"> </td> <td width="150">  </td></tr> </table>  </body></html>