Changeset 172 for doc/latex/libDC_8h.tex
- Timestamp:
- 09/24/08 13:31:03 (16 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
doc/latex/libDC_8h.tex
r145 r172 1 \hypertarget{libDC_8h}{ 1 2 \section{work/git/mixpp/bdm/math/libDC.h File Reference} 2 3 \label{libDC_8h}\index{work/git/mixpp/bdm/math/libDC.h@{work/git/mixpp/bdm/math/libDC.h}} 4 } 3 5 Matrices in decomposed forms (LDL', LU, UDU', etc). 4 6 … … 25 27 \begin{CompactItemize} 26 28 \item 27 class {\bfsqmat}29 class \hyperlink{classsqmat}{sqmat} 28 30 \begin{CompactList}\small\item\em Virtual class for representation of double symmetric matrices in square-root form. \item\end{CompactList}\item 29 class {\bffsqmat}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}\item31 class {\bfldmat}31 class \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 33 class \hyperlink{classldmat}{ldmat} 32 34 \begin{CompactList}\small\item\em Matrix stored in LD form, (typically known as UD). \item\end{CompactList}\end{CompactItemize} 33 35 \subsection*{Functions} 34 36 \begin{CompactItemize} 35 37 \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}{ 39 void \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} 37 41 38 42 \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}{ 44 mat \hyperlink{libDC_8h_6715d039e6d5d97005cf9e2522dfa474}{ltuinv} (const mat \&L)} 45 \label{libDC_8h_6715d039e6d5d97005cf9e2522dfa474} 40 46 41 47 \begin{CompactList}\small\item\em Auxiliary function ltuinv; inversion of a triangular matrix;. \item\end{CompactList}\end{CompactItemize}