Changeset 172 for doc/latex/libDC_8h.tex

Show
Ignore:
Timestamp:
09/24/08 13:31:03 (16 years ago)
Author:
smidl
Message:

Latex doc

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • doc/latex/libDC_8h.tex

    r145 r172  
     1\hypertarget{libDC_8h}{ 
    12\section{work/git/mixpp/bdm/math/libDC.h File Reference} 
    23\label{libDC_8h}\index{work/git/mixpp/bdm/math/libDC.h@{work/git/mixpp/bdm/math/libDC.h}} 
     4} 
    35Matrices in decomposed forms (LDL', LU, UDU', etc).  
    46 
     
    2527\begin{CompactItemize} 
    2628\item  
    27 class {\bf sqmat} 
     29class \hyperlink{classsqmat}{sqmat} 
    2830\begin{CompactList}\small\item\em Virtual class for representation of double symmetric matrices in square-root form. \item\end{CompactList}\item  
    29 class {\bf fsqmat} 
    30 \begin{CompactList}\small\item\em Fake \doxyref{sqmat}{p.}{classsqmat}. This class maps \doxyref{sqmat}{p.}{classsqmat} operations to operations on full matrix. \item\end{CompactList}\item  
    31 class {\bf ldmat} 
     31class \hyperlink{classfsqmat}{fsqmat} 
     32\begin{CompactList}\small\item\em Fake \hyperlink{classsqmat}{sqmat}. This class maps \hyperlink{classsqmat}{sqmat} operations to operations on full matrix. \item\end{CompactList}\item  
     33class \hyperlink{classldmat}{ldmat} 
    3234\begin{CompactList}\small\item\em Matrix stored in LD form, (typically known as UD). \item\end{CompactList}\end{CompactItemize} 
    3335\subsection*{Functions} 
    3436\begin{CompactItemize} 
    3537\item  
    36 void {\bf dydr} (double $\ast$r, double $\ast$f, double $\ast$Dr, double $\ast$Df, double $\ast$R, int jl, int jh, double $\ast$kr, int m, int mx)\label{libDC_8h_4ed56e73b49db8e7f4a63fa926a8dca4} 
     38\hypertarget{libDC_8h_4ed56e73b49db8e7f4a63fa926a8dca4}{ 
     39void \hyperlink{libDC_8h_4ed56e73b49db8e7f4a63fa926a8dca4}{dydr} (double $\ast$r, double $\ast$f, double $\ast$Dr, double $\ast$Df, double $\ast$R, int jl, int jh, double $\ast$kr, int m, int mx)} 
     40\label{libDC_8h_4ed56e73b49db8e7f4a63fa926a8dca4} 
    3741 
    3842\begin{CompactList}\small\item\em Auxiliary function dydr; dyadic reduction. \item\end{CompactList}\item  
    39 mat {\bf ltuinv} (const mat \&L)\label{libDC_8h_6715d039e6d5d97005cf9e2522dfa474} 
     43\hypertarget{libDC_8h_6715d039e6d5d97005cf9e2522dfa474}{ 
     44mat \hyperlink{libDC_8h_6715d039e6d5d97005cf9e2522dfa474}{ltuinv} (const mat \&L)} 
     45\label{libDC_8h_6715d039e6d5d97005cf9e2522dfa474} 
    4046 
    4147\begin{CompactList}\small\item\em Auxiliary function ltuinv; inversion of a triangular matrix;. \item\end{CompactList}\end{CompactItemize}