Changeset 616 for library/doc/html/classbdm_1_1ldmat.html
- Timestamp:
- 09/13/09 23:15:31 (16 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified library/doc/html/classbdm_1_1ldmat.html ¶
r614 r616 74 74 <p>Matrix stored in LD form, (commonly known as UD). 75 75 <a href="#_details">More...</a></p> 76 <hr/><a name="_details"></a><h2>Detailed Description</h2> 77 <p>Matrix stored in LD form, (commonly known as UD). </p> 78 <p>Matrix is decomposed as follows: </p> 79 <p class="formulaDsp"> 80 <img class="formulaDsp" alt="\[M = L'DL\]" src="form_56.png"/> 81 </p> 82 <p> where only <img class="formulaInl" alt="$L$" src="form_57.png"/> and <img class="formulaInl" alt="$D$" src="form_58.png"/> matrices are stored. All inplace operations modifies only these and the need to compose and decompose the matrix is avoided. </p> 76 83 77 84 <p><code>#include <<a class="el" href="square__mat_8h_source.html">square_mat.h</a>></code></p> … … 177 184 <tr><td class="mdescLeft"> </td><td class="mdescRight">print both <code>L</code> and <code>D</code> <br/></td></tr> 178 185 </table> 179 <hr/><a name="_details"></a><h2>Detailed Description</h2>180 <p>Matrix stored in LD form, (commonly known as UD). </p>181 <p>Matrix is decomposed as follows: </p>182 <p class="formulaDsp">183 <img class="formulaDsp" alt="\[M = L'DL\]" src="form_56.png"/>184 </p>185 <p> where only <img class="formulaInl" alt="$L$" src="form_57.png"/> and <img class="formulaInl" alt="$D$" src="form_58.png"/> matrices are stored. All inplace operations modifies only these and the need to compose and decompose the matrix is avoided. </p>186 186 <hr/><h2>Member Function Documentation</h2> 187 187 <a class="anchor" id="ae5940e396d822b9e93a43ac0924d3823"></a><!-- doxytag: member="bdm::ldmat::inv" ref="ae5940e396d822b9e93a43ac0924d3823" args="(ldmat &Inv) const " --> … … 510 510 </ul> 511 511 </div> 512 <hr size="1"/><address style="text-align: right;"><small>Generated on Sun Sep 13 2 2:40:442009 for mixpp by 512 <hr size="1"/><address style="text-align: right;"><small>Generated on Sun Sep 13 23:08:56 2009 for mixpp by 513 513 <a href="http://www.doxygen.org/index.html"> 514 514 <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>