Changeset 270 for doc/latex/classldmat.tex
- Timestamp:
- 02/16/09 10:02:08 (16 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
doc/latex/classldmat.tex
r261 r270 3 3 \label{classldmat}\index{ldmat@{ldmat}} 4 4 } 5 Matrix stored in LD form, (commonly known as UD).6 7 8 5 {\tt \#include $<$libDC.h$>$} 9 6 … … 15 12 \end{center} 16 13 \end{figure} 17 Collaboration diagram for ldmat:\nopagebreak 18 \begin{figure}[H] 19 \begin{center} 20 \leavevmode 21 \includegraphics[width=43pt]{classldmat__coll__graph} 22 \end{center} 23 \end{figure} 24 \subsection*{Public Member Functions} 14 15 16 \subsection{Detailed Description} 17 Matrix stored in LD form, (commonly known as UD). 18 19 Matrix is decomposed as follows: \[M = L'DL\] where only $L$ and $D$ matrices are stored. All inplace operations modifies only these and the need to compose and decompose the matrix is avoided. \subsection*{Public Member Functions} 25 20 \begin{CompactItemize} 26 21 \item … … 173 168 174 169 175 \subsection{Detailed Description}176 Matrix stored in LD form, (commonly known as UD).177 178 Matrix is decomposed as follows: \[M = L'DL\] where only $L$ and $D$ matrices are stored. All inplace operations modifies only these and the need to compose and decompose the matrix is avoided.179 180 170 \subsection{Member Function Documentation} 181 171 \hypertarget{classldmat_0f0f6e083e6d947cf58097ffce3ccd1a}{