Changeset 270 for doc/latex/classchmat.tex
- Timestamp:
- 02/16/09 10:02:08 (16 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
doc/latex/classchmat.tex
r261 r270 3 3 \label{classchmat}\index{chmat@{chmat}} 4 4 } 5 Symmetric matrix stored in square root decomposition using upper cholesky.6 7 8 5 {\tt \#include $<$chmat.h$>$} 9 6 … … 15 12 \end{center} 16 13 \end{figure} 17 Collaboration diagram for chmat:\nopagebreak 18 \begin{figure}[H] 19 \begin{center} 20 \leavevmode 21 \includegraphics[width=45pt]{classchmat__coll__graph} 22 \end{center} 23 \end{figure} 24 \subsection*{Public Member Functions} 14 15 16 \subsection{Detailed Description} 17 Symmetric matrix stored in square root decomposition using upper cholesky. 18 19 This matrix represent $A=Ch' Ch$ where only the upper triangle $Ch$ is stored; \subsection*{Public Member Functions} 25 20 \begin{CompactItemize} 26 21 \item … … 170 165 171 166 172 \subsection{Detailed Description}173 Symmetric matrix stored in square root decomposition using upper cholesky.174 175 This matrix represent $A=Ch' Ch$ where only the upper triangle $Ch$ is stored;176 177 167 \subsection{Member Function Documentation} 178 168 \hypertarget{classchmat_bbc2d98d7455b1f38828907d442836bf}{