Show
Ignore:
Timestamp:
02/16/09 10:02:08 (16 years ago)
Author:
smidl
Message:

Changes in the very root classes!
* rv and rvc are no longer compulsory,
* samplecond does not return ll
* BM has drv

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • doc/latex/classldmat.tex

    r261 r270  
    33\label{classldmat}\index{ldmat@{ldmat}} 
    44} 
    5 Matrix stored in LD form, (commonly known as UD).   
    6  
    7  
    85{\tt \#include $<$libDC.h$>$} 
    96 
     
    1512\end{center} 
    1613\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} 
     17Matrix stored in LD form, (commonly known as UD).  
     18 
     19Matrix 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} 
    2520\begin{CompactItemize} 
    2621\item  
     
    173168 
    174169 
    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  
    180170\subsection{Member Function Documentation} 
    181171\hypertarget{classldmat_0f0f6e083e6d947cf58097ffce3ccd1a}{