Sophie

Sophie

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

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::LDLT 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_l_d_l_t.html">LDLT</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::LDLT Class Reference</div>  </div>
</div>
<div class="contents">
<!-- doxytag: class="Eigen::LDLT" --><hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
<div class="textblock"><p>Robust Cholesky decomposition of a matrix with 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 to compute the LDL^T Cholesky decomposition</td></tr>
  </table>
  </dd>
</dl>
<p>Perform a robust Cholesky decomposition of a positive semidefinite or negative semidefinite matrix <img class="formulaInl" alt="$ A $" src="form_128.png"/> such that <img class="formulaInl" alt="$ A = P^TLDL^*P $" src="form_129.png"/>, where P is a permutation matrix, L is lower triangular with a unit diagonal and D is a diagonal matrix.</p>
<p>The decomposition uses pivoting to ensure stability, so that L will have zeros in the bottom right rank(A) - n submatrix. Avoiding the square root on D also stabilizes the computation.</p>
<p>Remember that Cholesky decompositions are not rank-revealing. Also, do not use a Cholesky decomposition to determine whether a system of equations has a solution.</p>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="class_eigen_1_1_matrix_base.html#aa30eab339986a69177addcbdef3e95c1">MatrixBase::ldlt()</a>, class <a class="el" href="class_eigen_1_1_l_l_t.html" title="Standard Cholesky decomposition (LL^T) of a matrix and associated features.">LLT</a> </dd></dl>
</div>
<p><a href="class_eigen_1_1_l_d_l_t-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_l_d_l_t.html#ad6b0835cf2c2bcbbf28b52e80a7915cba6e5b2ef125662466d71d8dd7bbb9776b">RowsAtCompileTime</a> =  MatrixType::RowsAtCompileTime, 
<a class="el" href="class_eigen_1_1_l_d_l_t.html#ad6b0835cf2c2bcbbf28b52e80a7915cbae59d42dfd2fa7c351c0eb28c0c584870">ColsAtCompileTime</a> =  MatrixType::ColsAtCompileTime, 
<a class="el" href="class_eigen_1_1_l_d_l_t.html#ad6b0835cf2c2bcbbf28b52e80a7915cbaa152c05857ad0f9872d390c14b89b03c">Options</a> =  MatrixType::Options &amp; ~RowMajorBit, 
<a class="el" href="class_eigen_1_1_l_d_l_t.html#ad6b0835cf2c2bcbbf28b52e80a7915cba99a2a317f0a138f240e7071394822635">MaxRowsAtCompileTime</a> =  MatrixType::MaxRowsAtCompileTime, 
<br/>
&#160;&#160;<a class="el" href="class_eigen_1_1_l_d_l_t.html#ad6b0835cf2c2bcbbf28b52e80a7915cba9e21176d3e1b02d40bcc7a9b12c3d19c">MaxColsAtCompileTime</a> =  MatrixType::MaxColsAtCompileTime, 
<a class="el" href="class_eigen_1_1_l_d_l_t.html#ad6b0835cf2c2bcbbf28b52e80a7915cba671639edbf1b81e52d6628b12a1f4305">UpLo</a> =  _UpLo
<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_l_d_l_t.html#a93a304e076b25bafbeaa03f8e2210774">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_l_d_l_t.html#a67be78735db4c222af61a9ea65c2225e">Scalar</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef <a class="el" href="struct_eigen_1_1_num_traits.html">NumTraits</a>&lt; typename <br class="typebreak"/>
MatrixType::Scalar &gt;::Real&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1_l_d_l_t.html#af34406697a66a0c9591cf1ce854b6724">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_l_d_l_t.html#aee3c386120aa1cd5c8c3ee6c7c396357">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_l_d_l_t.html#a67be78735db4c222af61a9ea65c2225e">Scalar</a>, <br class="typebreak"/>
RowsAtCompileTime, 1, Options, <br class="typebreak"/>
MaxRowsAtCompileTime, 1 &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1_l_d_l_t.html#a440c2522789b6cba6d9a4c5da19af74d">TmpMatrixType</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef <a class="el" href="class_eigen_1_1_transpositions.html">Transpositions</a><br class="typebreak"/>
&lt; RowsAtCompileTime, <br class="typebreak"/>
MaxRowsAtCompileTime &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1_l_d_l_t.html#a63e93afb99f8619cf5e21243977ec79a">TranspositionType</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; RowsAtCompileTime, <br class="typebreak"/>
MaxRowsAtCompileTime &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1_l_d_l_t.html#abd2722eebb00ef42b6903cf264ffbade">PermutationType</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef internal::LDLT_Traits<br class="typebreak"/>
&lt; <a class="el" href="class_eigen_1_1_l_d_l_t.html#a93a304e076b25bafbeaa03f8e2210774">MatrixType</a>, UpLo &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1_l_d_l_t.html#acf0cf9b78875610a35d10be8e8bdbf00">Traits</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_l_d_l_t.html#a0d5011de4b9107ef5766d0452c2b3dd6">LDLT</a> ()</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Default Constructor.  <a href="#a0d5011de4b9107ef5766d0452c2b3dd6"></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_l_d_l_t.html#abe471b98380c70555996542017b3ccdb">LDLT</a> (<a class="el" href="class_eigen_1_1_l_d_l_t.html#aee3c386120aa1cd5c8c3ee6c7c396357">Index</a> size)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Default Constructor with memory preallocation.  <a href="#abe471b98380c70555996542017b3ccdb"></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_l_d_l_t.html#a97b0a84e22950c421ff759c1bb79b8d2">LDLT</a> (const <a class="el" href="class_eigen_1_1_l_d_l_t.html#a93a304e076b25bafbeaa03f8e2210774">MatrixType</a> &amp;matrix)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">Traits::MatrixU&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1_l_d_l_t.html#a23865098c4666ba5175435ce224b1fb3">matrixU</a> () const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top">Traits::MatrixL&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1_l_d_l_t.html#a64000b2d5b09f8dfb00579df5da5057e">matrixL</a> () const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const <a class="el" href="class_eigen_1_1_l_d_l_t.html#a63e93afb99f8619cf5e21243977ec79a">TranspositionType</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1_l_d_l_t.html#a284406d8eacfbf8f929887b4e0c1a5cb">transpositionsP</a> () const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_eigen_1_1_diagonal.html">Diagonal</a>&lt; const <a class="el" href="class_eigen_1_1_l_d_l_t.html#a93a304e076b25bafbeaa03f8e2210774">MatrixType</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1_l_d_l_t.html#a2444e31594d7d806e5c8832e595c5106">vectorD</a> (void) 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_l_d_l_t.html#ab2b2a3779ce99d2fa1a613f0af016ce8">isPositive</a> (void) 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_l_d_l_t.html#a713b1d4c0754a9166746d8dc74c7878d">isNegative</a> (void) const </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_l_d_l_t.html">LDLT</a>, Rhs &gt;&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="class_eigen_1_1_l_d_l_t.html#a8f5509a12108d17586b2fbc6c377ef04">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="memTemplParams" colspan="2">template&lt;typename Derived &gt; </td></tr>
<tr><td class="memTemplItemLeft" align="right" valign="top">bool&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="class_eigen_1_1_l_d_l_t.html#a6e68086f7522999cae0822eca792eb5d">solveInPlace</a> (<a class="el" href="class_eigen_1_1_matrix_base.html">MatrixBase</a>&lt; Derived &gt; &amp;bAndX) const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_eigen_1_1_l_d_l_t.html">LDLT</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1_l_d_l_t.html#afb61e9d4327e9775e042a5afd9b17c7b">compute</a> (const <a class="el" href="class_eigen_1_1_l_d_l_t.html#a93a304e076b25bafbeaa03f8e2210774">MatrixType</a> &amp;matrix)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Compute / recompute the <a class="el" href="class_eigen_1_1_l_d_l_t.html" title="Robust Cholesky decomposition of a matrix with pivoting.">LDLT</a> decomposition A = L D L^* = U^* D U of <em>matrix</em>.  <a href="#afb61e9d4327e9775e042a5afd9b17c7b"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const <a class="el" href="class_eigen_1_1_l_d_l_t.html#a93a304e076b25bafbeaa03f8e2210774">MatrixType</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1_l_d_l_t.html#adcd4a245c32c44244b241de05daa6463">matrixLDLT</a> () const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_eigen_1_1_l_d_l_t.html#a93a304e076b25bafbeaa03f8e2210774">MatrixType</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1_l_d_l_t.html#a3748a9f0bb1e5f2bede17ee40b6132a1">reconstructedMatrix</a> () const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_eigen_1_1_l_d_l_t.html#aee3c386120aa1cd5c8c3ee6c7c396357">Index</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1_l_d_l_t.html#afd6c0e654039e35edaa2d91446413206">rows</a> () const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_eigen_1_1_l_d_l_t.html#aee3c386120aa1cd5c8c3ee6c7c396357">Index</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1_l_d_l_t.html#aef05299b553f0645df77871972813162">cols</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_l_d_l_t.html#a93a304e076b25bafbeaa03f8e2210774">MatrixType</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1_l_d_l_t.html#a99446d52dbf83fe1cf3dabacb24bceac">m_matrix</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_eigen_1_1_l_d_l_t.html#a63e93afb99f8619cf5e21243977ec79a">TranspositionType</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1_l_d_l_t.html#a1c2b9c398b9c05a79d7f815930770253">m_transpositions</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_eigen_1_1_l_d_l_t.html#a440c2522789b6cba6d9a4c5da19af74d">TmpMatrixType</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1_l_d_l_t.html#a548a4aa25509b93ac6008871317d6272">m_temporary</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1_l_d_l_t.html#a8efada10a96cd2563751c7d4e94f8f71">m_sign</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_l_d_l_t.html#a8275176d1fd988af598b9258eb8512ca">m_isInitialized</a></td></tr>
</table>
<hr/><h2>Member Typedef Documentation</h2>
<a class="anchor" id="aee3c386120aa1cd5c8c3ee6c7c396357"></a><!-- doxytag: member="Eigen::LDLT::Index" ref="aee3c386120aa1cd5c8c3ee6c7c396357" 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_l_d_l_t.html#aee3c386120aa1cd5c8c3ee6c7c396357">Eigen::LDLT::Index</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="_cholesky_source.html#l00074">74</a> of file <a class="el" href="_cholesky_source.html">Cholesky</a>.</p>

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

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

</div>
</div>
<a class="anchor" id="abd2722eebb00ef42b6903cf264ffbade"></a><!-- doxytag: member="Eigen::LDLT::PermutationType" ref="abd2722eebb00ef42b6903cf264ffbade" 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;RowsAtCompileTime, MaxRowsAtCompileTime&gt; <a class="el" href="class_eigen_1_1_l_d_l_t.html#abd2722eebb00ef42b6903cf264ffbade">Eigen::LDLT::PermutationType</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="_cholesky_source.html#l00078">78</a> of file <a class="el" href="_cholesky_source.html">Cholesky</a>.</p>

</div>
</div>
<a class="anchor" id="af34406697a66a0c9591cf1ce854b6724"></a><!-- doxytag: member="Eigen::LDLT::RealScalar" ref="af34406697a66a0c9591cf1ce854b6724" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef <a class="el" href="struct_eigen_1_1_num_traits.html">NumTraits</a>&lt;typename MatrixType::Scalar&gt;::Real <a class="el" href="class_eigen_1_1_l_d_l_t.html#af34406697a66a0c9591cf1ce854b6724">Eigen::LDLT::RealScalar</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="_cholesky_source.html#l00073">73</a> of file <a class="el" href="_cholesky_source.html">Cholesky</a>.</p>

</div>
</div>
<a class="anchor" id="a67be78735db4c222af61a9ea65c2225e"></a><!-- doxytag: member="Eigen::LDLT::Scalar" ref="a67be78735db4c222af61a9ea65c2225e" 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_l_d_l_t.html#a67be78735db4c222af61a9ea65c2225e">Eigen::LDLT::Scalar</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">

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

</div>
</div>
<a class="anchor" id="a440c2522789b6cba6d9a4c5da19af74d"></a><!-- doxytag: member="Eigen::LDLT::TmpMatrixType" ref="a440c2522789b6cba6d9a4c5da19af74d" 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_l_d_l_t.html#a67be78735db4c222af61a9ea65c2225e">Scalar</a>, RowsAtCompileTime, 1, Options, MaxRowsAtCompileTime, 1&gt; <a class="el" href="class_eigen_1_1_l_d_l_t.html#a440c2522789b6cba6d9a4c5da19af74d">Eigen::LDLT::TmpMatrixType</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="_cholesky_source.html#l00075">75</a> of file <a class="el" href="_cholesky_source.html">Cholesky</a>.</p>

</div>
</div>
<a class="anchor" id="acf0cf9b78875610a35d10be8e8bdbf00"></a><!-- doxytag: member="Eigen::LDLT::Traits" ref="acf0cf9b78875610a35d10be8e8bdbf00" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef internal::LDLT_Traits&lt;<a class="el" href="class_eigen_1_1_l_d_l_t.html#a93a304e076b25bafbeaa03f8e2210774">MatrixType</a>,UpLo&gt; <a class="el" href="class_eigen_1_1_l_d_l_t.html#acf0cf9b78875610a35d10be8e8bdbf00">Eigen::LDLT::Traits</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">

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

</div>
</div>
<a class="anchor" id="a63e93afb99f8619cf5e21243977ec79a"></a><!-- doxytag: member="Eigen::LDLT::TranspositionType" ref="a63e93afb99f8619cf5e21243977ec79a" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef <a class="el" href="class_eigen_1_1_transpositions.html">Transpositions</a>&lt;RowsAtCompileTime, MaxRowsAtCompileTime&gt; <a class="el" href="class_eigen_1_1_l_d_l_t.html#a63e93afb99f8619cf5e21243977ec79a">Eigen::LDLT::TranspositionType</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="_cholesky_source.html#l00077">77</a> of file <a class="el" href="_cholesky_source.html">Cholesky</a>.</p>

</div>
</div>
<hr/><h2>Member Enumeration Documentation</h2>
<a class="anchor" id="ad6b0835cf2c2bcbbf28b52e80a7915cb"></a><!-- doxytag: member="Eigen::LDLT::@58" ref="ad6b0835cf2c2bcbbf28b52e80a7915cb" 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="ad6b0835cf2c2bcbbf28b52e80a7915cba6e5b2ef125662466d71d8dd7bbb9776b"></a><!-- doxytag: member="RowsAtCompileTime" ref="ad6b0835cf2c2bcbbf28b52e80a7915cba6e5b2ef125662466d71d8dd7bbb9776b" args="" -->RowsAtCompileTime</em>&nbsp;</td><td>
</td></tr>
<tr><td valign="top"><em><a class="anchor" id="ad6b0835cf2c2bcbbf28b52e80a7915cbae59d42dfd2fa7c351c0eb28c0c584870"></a><!-- doxytag: member="ColsAtCompileTime" ref="ad6b0835cf2c2bcbbf28b52e80a7915cbae59d42dfd2fa7c351c0eb28c0c584870" args="" -->ColsAtCompileTime</em>&nbsp;</td><td>
</td></tr>
<tr><td valign="top"><em><a class="anchor" id="ad6b0835cf2c2bcbbf28b52e80a7915cbaa152c05857ad0f9872d390c14b89b03c"></a><!-- doxytag: member="Options" ref="ad6b0835cf2c2bcbbf28b52e80a7915cbaa152c05857ad0f9872d390c14b89b03c" args="" -->Options</em>&nbsp;</td><td>
</td></tr>
<tr><td valign="top"><em><a class="anchor" id="ad6b0835cf2c2bcbbf28b52e80a7915cba99a2a317f0a138f240e7071394822635"></a><!-- doxytag: member="MaxRowsAtCompileTime" ref="ad6b0835cf2c2bcbbf28b52e80a7915cba99a2a317f0a138f240e7071394822635" args="" -->MaxRowsAtCompileTime</em>&nbsp;</td><td>
</td></tr>
<tr><td valign="top"><em><a class="anchor" id="ad6b0835cf2c2bcbbf28b52e80a7915cba9e21176d3e1b02d40bcc7a9b12c3d19c"></a><!-- doxytag: member="MaxColsAtCompileTime" ref="ad6b0835cf2c2bcbbf28b52e80a7915cba9e21176d3e1b02d40bcc7a9b12c3d19c" args="" -->MaxColsAtCompileTime</em>&nbsp;</td><td>
</td></tr>
<tr><td valign="top"><em><a class="anchor" id="ad6b0835cf2c2bcbbf28b52e80a7915cba671639edbf1b81e52d6628b12a1f4305"></a><!-- doxytag: member="UpLo" ref="ad6b0835cf2c2bcbbf28b52e80a7915cba671639edbf1b81e52d6628b12a1f4305" args="" -->UpLo</em>&nbsp;</td><td>
</td></tr>
</table>
</dd>
</dl>

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

</div>
</div>
<hr/><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="a0d5011de4b9107ef5766d0452c2b3dd6"></a><!-- doxytag: member="Eigen::LDLT::LDLT" ref="a0d5011de4b9107ef5766d0452c2b3dd6" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">Eigen::LDLT::LDLT </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_l_d_l_t.html#afb61e9d4327e9775e042a5afd9b17c7b" title="Compute / recompute the LDLT decomposition A = L D L^* = U^* D U of matrix.">LDLT::compute(const MatrixType&amp;)</a>. </p>

<p>Definition at line <a class="el" href="_cholesky_source.html#l00087">87</a> of file <a class="el" href="_cholesky_source.html">Cholesky</a>.</p>

</div>
</div>
<a class="anchor" id="abe471b98380c70555996542017b3ccdb"></a><!-- doxytag: member="Eigen::LDLT::LDLT" ref="abe471b98380c70555996542017b3ccdb" args="(Index size)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">Eigen::LDLT::LDLT </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="class_eigen_1_1_l_d_l_t.html#aee3c386120aa1cd5c8c3ee6c7c396357">Index</a>&#160;</td>
          <td class="paramname"><em>size</em></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_l_d_l_t.html#a0d5011de4b9107ef5766d0452c2b3dd6" title="Default Constructor.">LDLT()</a> </dd></dl>

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

</div>
</div>
<a class="anchor" id="a97b0a84e22950c421ff759c1bb79b8d2"></a><!-- doxytag: member="Eigen::LDLT::LDLT" ref="a97b0a84e22950c421ff759c1bb79b8d2" args="(const MatrixType &amp;matrix)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">Eigen::LDLT::LDLT </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="class_eigen_1_1_l_d_l_t.html#a93a304e076b25bafbeaa03f8e2210774">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="_cholesky_source.html#l00102">102</a> of file <a class="el" href="_cholesky_source.html">Cholesky</a>.</p>

</div>
</div>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="aef05299b553f0645df77871972813162"></a><!-- doxytag: member="Eigen::LDLT::cols" ref="aef05299b553f0645df77871972813162" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="class_eigen_1_1_l_d_l_t.html#aee3c386120aa1cd5c8c3ee6c7c396357">Index</a> Eigen::LDLT::cols </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="_cholesky_source.html#l00204">204</a> of file <a class="el" href="_cholesky_source.html">Cholesky</a>.</p>

</div>
</div>
<a class="anchor" id="afb61e9d4327e9775e042a5afd9b17c7b"></a><!-- doxytag: member="Eigen::LDLT::compute" ref="afb61e9d4327e9775e042a5afd9b17c7b" 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_l_d_l_t.html">LDLT</a>&lt; <a class="el" href="class_eigen_1_1_l_d_l_t.html#a93a304e076b25bafbeaa03f8e2210774">MatrixType</a>, _UpLo &gt; &amp; Eigen::LDLT::compute </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="class_eigen_1_1_l_d_l_t.html#a93a304e076b25bafbeaa03f8e2210774">MatrixType</a> &amp;&#160;</td>
          <td class="paramname"><em>matrix</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Compute / recompute the <a class="el" href="class_eigen_1_1_l_d_l_t.html" title="Robust Cholesky decomposition of a matrix with pivoting.">LDLT</a> decomposition A = L D L^* = U^* D U of <em>matrix</em>. </p>

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

</div>
</div>
<a class="anchor" id="a713b1d4c0754a9166746d8dc74c7878d"></a><!-- doxytag: member="Eigen::LDLT::isNegative" ref="a713b1d4c0754a9166746d8dc74c7878d" args="(void) const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool Eigen::LDLT::isNegative </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">
<dl class="return"><dt><b>Returns:</b></dt><dd>true if the matrix is negative (semidefinite) </dd></dl>

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

</div>
</div>
<a class="anchor" id="ab2b2a3779ce99d2fa1a613f0af016ce8"></a><!-- doxytag: member="Eigen::LDLT::isPositive" ref="ab2b2a3779ce99d2fa1a613f0af016ce8" args="(void) const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool Eigen::LDLT::isPositive </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">
<dl class="return"><dt><b>Returns:</b></dt><dd>true if the matrix is positive (semidefinite) </dd></dl>

<p>Definition at line <a class="el" href="_cholesky_source.html#l00141">141</a> of file <a class="el" href="_cholesky_source.html">Cholesky</a>.</p>

</div>
</div>
<a class="anchor" id="a64000b2d5b09f8dfb00579df5da5057e"></a><!-- doxytag: member="Eigen::LDLT::matrixL" ref="a64000b2d5b09f8dfb00579df5da5057e" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">Traits::MatrixL Eigen::LDLT::matrixL </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 view of the lower triangular matrix L </dd></dl>

<p>Definition at line <a class="el" href="_cholesky_source.html#l00119">119</a> of file <a class="el" href="_cholesky_source.html">Cholesky</a>.</p>

</div>
</div>
<a class="anchor" id="adcd4a245c32c44244b241de05daa6463"></a><!-- doxytag: member="Eigen::LDLT::matrixLDLT" ref="adcd4a245c32c44244b241de05daa6463" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const <a class="el" href="class_eigen_1_1_l_d_l_t.html#a93a304e076b25bafbeaa03f8e2210774">MatrixType</a>&amp; Eigen::LDLT::matrixLDLT </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 internal <a class="el" href="class_eigen_1_1_l_d_l_t.html" title="Robust Cholesky decomposition of a matrix with pivoting.">LDLT</a> decomposition matrix</dd></dl>
<p>TODO: document the storage layout </p>

<p>Definition at line <a class="el" href="_cholesky_source.html#l00195">195</a> of file <a class="el" href="_cholesky_source.html">Cholesky</a>.</p>

</div>
</div>
<a class="anchor" id="a23865098c4666ba5175435ce224b1fb3"></a><!-- doxytag: member="Eigen::LDLT::matrixU" ref="a23865098c4666ba5175435ce224b1fb3" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">Traits::MatrixU Eigen::LDLT::matrixU </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 view of the upper triangular matrix U </dd></dl>

<p>Definition at line <a class="el" href="_cholesky_source.html#l00112">112</a> of file <a class="el" href="_cholesky_source.html">Cholesky</a>.</p>

</div>
</div>
<a class="anchor" id="a3748a9f0bb1e5f2bede17ee40b6132a1"></a><!-- doxytag: member="Eigen::LDLT::reconstructedMatrix" ref="a3748a9f0bb1e5f2bede17ee40b6132a1" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="class_eigen_1_1_l_d_l_t.html#a93a304e076b25bafbeaa03f8e2210774">MatrixType</a> Eigen::LDLT::reconstructedMatrix </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 matrix represented by the decomposition, i.e., it returns the product: P^T L D L^* P. This function is provided for debug purpose. </dd></dl>

<p>Definition at line <a class="el" href="_cholesky_source.html#l00421">421</a> of file <a class="el" href="_cholesky_source.html">Cholesky</a>.</p>

</div>
</div>
<a class="anchor" id="afd6c0e654039e35edaa2d91446413206"></a><!-- doxytag: member="Eigen::LDLT::rows" ref="afd6c0e654039e35edaa2d91446413206" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="class_eigen_1_1_l_d_l_t.html#aee3c386120aa1cd5c8c3ee6c7c396357">Index</a> Eigen::LDLT::rows </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="_cholesky_source.html#l00203">203</a> of file <a class="el" href="_cholesky_source.html">Cholesky</a>.</p>

</div>
</div>
<a class="anchor" id="a8f5509a12108d17586b2fbc6c377ef04"></a><!-- doxytag: member="Eigen::LDLT::solve" ref="a8f5509a12108d17586b2fbc6c377ef04" 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_l_d_l_t.html">LDLT</a>, Rhs&gt; Eigen::LDLT::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">
<dl class="return"><dt><b>Returns:</b></dt><dd>a solution x of <img class="formulaInl" alt="$ A x = b $" src="form_130.png"/> using the current decomposition of A.</dd></dl>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="class_eigen_1_1_l_d_l_t.html#a6e68086f7522999cae0822eca792eb5d">solveInPlace()</a>, <a class="el" href="class_eigen_1_1_matrix_base.html#aa30eab339986a69177addcbdef3e95c1">MatrixBase::ldlt()</a> </dd></dl>

<p>Definition at line <a class="el" href="_cholesky_source.html#l00169">169</a> of file <a class="el" href="_cholesky_source.html">Cholesky</a>.</p>

</div>
</div>
<a class="anchor" id="a6e68086f7522999cae0822eca792eb5d"></a><!-- doxytag: member="Eigen::LDLT::solveInPlace" ref="a6e68086f7522999cae0822eca792eb5d" args="(MatrixBase&lt; Derived &gt; &amp;bAndX) const " -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;typename Derived &gt; </div>
      <table class="memname">
        <tr>
          <td class="memname">bool Eigen::LDLT::solveInPlace </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="class_eigen_1_1_matrix_base.html">MatrixBase</a>&lt; Derived &gt; &amp;&#160;</td>
          <td class="paramname"><em>bAndX</em></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="_cholesky_source.html#l00406">406</a> of file <a class="el" href="_cholesky_source.html">Cholesky</a>.</p>

</div>
</div>
<a class="anchor" id="a284406d8eacfbf8f929887b4e0c1a5cb"></a><!-- doxytag: member="Eigen::LDLT::transpositionsP" ref="a284406d8eacfbf8f929887b4e0c1a5cb" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const <a class="el" href="class_eigen_1_1_l_d_l_t.html#a63e93afb99f8619cf5e21243977ec79a">TranspositionType</a>&amp; Eigen::LDLT::transpositionsP </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 permutation matrix P as a transposition sequence. </dd></dl>

<p>Definition at line <a class="el" href="_cholesky_source.html#l00127">127</a> of file <a class="el" href="_cholesky_source.html">Cholesky</a>.</p>

</div>
</div>
<a class="anchor" id="a2444e31594d7d806e5c8832e595c5106"></a><!-- doxytag: member="Eigen::LDLT::vectorD" ref="a2444e31594d7d806e5c8832e595c5106" args="(void) const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="class_eigen_1_1_diagonal.html">Diagonal</a>&lt;const <a class="el" href="class_eigen_1_1_l_d_l_t.html#a93a304e076b25bafbeaa03f8e2210774">MatrixType</a>&gt; Eigen::LDLT::vectorD </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">
<dl class="return"><dt><b>Returns:</b></dt><dd>the coefficients of the diagonal matrix D </dd></dl>

<p>Definition at line <a class="el" href="_cholesky_source.html#l00134">134</a> of file <a class="el" href="_cholesky_source.html">Cholesky</a>.</p>

</div>
</div>
<hr/><h2>Member Data Documentation</h2>
<a class="anchor" id="a8275176d1fd988af598b9258eb8512ca"></a><!-- doxytag: member="Eigen::LDLT::m_isInitialized" ref="a8275176d1fd988af598b9258eb8512ca" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool <a class="el" href="class_eigen_1_1_l_d_l_t.html#a8275176d1fd988af598b9258eb8512ca">Eigen::LDLT::m_isInitialized</a><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="_cholesky_source.html#l00218">218</a> of file <a class="el" href="_cholesky_source.html">Cholesky</a>.</p>

</div>
</div>
<a class="anchor" id="a99446d52dbf83fe1cf3dabacb24bceac"></a><!-- doxytag: member="Eigen::LDLT::m_matrix" ref="a99446d52dbf83fe1cf3dabacb24bceac" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="class_eigen_1_1_l_d_l_t.html#a93a304e076b25bafbeaa03f8e2210774">MatrixType</a> <a class="el" href="class_eigen_1_1_l_d_l_t.html#a99446d52dbf83fe1cf3dabacb24bceac">Eigen::LDLT::m_matrix</a><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="_cholesky_source.html#l00214">214</a> of file <a class="el" href="_cholesky_source.html">Cholesky</a>.</p>

</div>
</div>
<a class="anchor" id="a8efada10a96cd2563751c7d4e94f8f71"></a><!-- doxytag: member="Eigen::LDLT::m_sign" ref="a8efada10a96cd2563751c7d4e94f8f71" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="class_eigen_1_1_l_d_l_t.html#a8efada10a96cd2563751c7d4e94f8f71">Eigen::LDLT::m_sign</a><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="_cholesky_source.html#l00217">217</a> of file <a class="el" href="_cholesky_source.html">Cholesky</a>.</p>

</div>
</div>
<a class="anchor" id="a548a4aa25509b93ac6008871317d6272"></a><!-- doxytag: member="Eigen::LDLT::m_temporary" ref="a548a4aa25509b93ac6008871317d6272" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="class_eigen_1_1_l_d_l_t.html#a440c2522789b6cba6d9a4c5da19af74d">TmpMatrixType</a> <a class="el" href="class_eigen_1_1_l_d_l_t.html#a548a4aa25509b93ac6008871317d6272">Eigen::LDLT::m_temporary</a><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="_cholesky_source.html#l00216">216</a> of file <a class="el" href="_cholesky_source.html">Cholesky</a>.</p>

</div>
</div>
<a class="anchor" id="a1c2b9c398b9c05a79d7f815930770253"></a><!-- doxytag: member="Eigen::LDLT::m_transpositions" ref="a1c2b9c398b9c05a79d7f815930770253" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="class_eigen_1_1_l_d_l_t.html#a63e93afb99f8619cf5e21243977ec79a">TranspositionType</a> <a class="el" href="class_eigen_1_1_l_d_l_t.html#a1c2b9c398b9c05a79d7f815930770253">Eigen::LDLT::m_transpositions</a><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="_cholesky_source.html#l00215">215</a> of file <a class="el" href="_cholesky_source.html">Cholesky</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>