Show
Ignore:
Timestamp:
10/15/08 19:11:17 (16 years ago)
Author:
smidl
Message:

Regenerated doc

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • doc/latex/classldmat.tex

    r172 r181  
    33\label{classldmat}\index{ldmat@{ldmat}} 
    44} 
    5 Matrix stored in LD form, (typically known as UD).   
     5Matrix stored in LD form, (commonly known as UD).   
    66 
    77 
     
    3535 
    3636\begin{CompactList}\small\item\em Construct by decomposition of full matrix V. \item\end{CompactList}\item  
     37\hypertarget{classldmat_8e88c818f9605bc726e52c4136c71cc5}{ 
     38\hyperlink{classldmat_8e88c818f9605bc726e52c4136c71cc5}{ldmat} (const \hyperlink{classldmat}{ldmat} \&V0, const ivec \&perm)} 
     39\label{classldmat_8e88c818f9605bc726e52c4136c71cc5} 
     40 
     41\begin{CompactList}\small\item\em Construct by restructuring of V0 accordint to permutation vector perm. \item\end{CompactList}\item  
    3742\hypertarget{classldmat_abe16e0f86668ef61a9a4896c8565dee}{ 
    3843\hyperlink{classldmat_abe16e0f86668ef61a9a4896c8565dee}{ldmat} (vec D0)} 
     
    169174 
    170175\subsection{Detailed Description} 
    171 Matrix stored in LD form, (typically known as UD).  
     176Matrix stored in LD form, (commonly known as UD).  
    172177 
    173178Matrix 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.