18 |
\begin{CompactList}\small\item\em Returns the number of rows. \item\end{CompactList}\item |
\begin{CompactList}\small\item\em Returns the number of rows. \item\end{CompactList}\item |
19 |
unsigned int \hyperlink{classSimpleMatrix_4f168e5b85899788746355ccad15e2fb}{GetNCols} () |
unsigned int \hyperlink{classSimpleMatrix_4f168e5b85899788746355ccad15e2fb}{GetNCols} () |
20 |
\begin{CompactList}\small\item\em Returns the number of columns. \item\end{CompactList}\end{CompactItemize} |
\begin{CompactList}\small\item\em Returns the number of columns. \item\end{CompactList}\end{CompactItemize} |
|
\subsection*{Private Attributes} |
|
|
\begin{CompactItemize} |
|
|
\item |
|
|
std::vector$<$ std::vector$<$ T $>$ $>$ \hyperlink{classSimpleMatrix_ddb323741e9ed620a46436037c8d819a}{\_\-matrix} |
|
|
\item |
|
|
unsigned int \hyperlink{classSimpleMatrix_984429d26745802dcb3e001ff75246bc}{\_\-nRows} |
|
|
\item |
|
|
unsigned int \hyperlink{classSimpleMatrix_8ea505fb218d273214c2ae6ef45bbc82}{\_\-nCols} |
|
|
\end{CompactItemize} |
|
21 |
|
|
22 |
|
|
23 |
\subsection{Detailed Description} |
\subsection{Detailed Description} |
27 |
|
|
28 |
This class defines a matrix built by STL vectors. It is basically a variable-dimension vector of vectors; the dimension is defined at construction and cannot be changed in current implementation. It is intended as a container and not for algebraic manipulations. The class provides a standard access operator \mbox{[}\mbox{]}. |
This class defines a matrix built by STL vectors. It is basically a variable-dimension vector of vectors; the dimension is defined at construction and cannot be changed in current implementation. It is intended as a container and not for algebraic manipulations. The class provides a standard access operator \mbox{[}\mbox{]}. |
29 |
|
|
|
Definition at line 45 of file CommonDefs.h. |
|
|
|
|
30 |
\subsection{Constructor \& Destructor Documentation} |
\subsection{Constructor \& Destructor Documentation} |
31 |
\hypertarget{classSimpleMatrix_9333dc41698c48f4e35d48e27dfe58ef}{ |
\hypertarget{classSimpleMatrix_9333dc41698c48f4e35d48e27dfe58ef}{ |
32 |
\index{SimpleMatrix@{SimpleMatrix}!SimpleMatrix@{SimpleMatrix}} |
\index{SimpleMatrix@{SimpleMatrix}!SimpleMatrix@{SimpleMatrix}} |
46 |
\end{Desc} |
\end{Desc} |
47 |
|
|
48 |
|
|
|
Definition at line 58 of file CommonDefs.h. |
|
|
|
|
49 |
\subsection{Member Function Documentation} |
\subsection{Member Function Documentation} |
50 |
\hypertarget{classSimpleMatrix_4f168e5b85899788746355ccad15e2fb}{ |
\hypertarget{classSimpleMatrix_4f168e5b85899788746355ccad15e2fb}{ |
51 |
\index{SimpleMatrix@{SimpleMatrix}!GetNCols@{GetNCols}} |
\index{SimpleMatrix@{SimpleMatrix}!GetNCols@{GetNCols}} |
58 |
|
|
59 |
\begin{Desc} |
\begin{Desc} |
60 |
\item[Returns:]The number of columns. \end{Desc} |
\item[Returns:]The number of columns. \end{Desc} |
61 |
|
\hypertarget{classSimpleMatrix_5cd169cdc38912c3cfb6d0c60e48e042}{ |
|
|
|
|
Definition at line 84 of file CommonDefs.h.\hypertarget{classSimpleMatrix_5cd169cdc38912c3cfb6d0c60e48e042}{ |
|
62 |
\index{SimpleMatrix@{SimpleMatrix}!GetNRows@{GetNRows}} |
\index{SimpleMatrix@{SimpleMatrix}!GetNRows@{GetNRows}} |
63 |
\index{GetNRows@{GetNRows}!SimpleMatrix@{SimpleMatrix}} |
\index{GetNRows@{GetNRows}!SimpleMatrix@{SimpleMatrix}} |
64 |
\subsubsection[{GetNRows}]{\setlength{\rightskip}{0pt plus 5cm}template$<$class T$>$ unsigned int {\bf SimpleMatrix}$<$ T $>$::GetNRows ()\hspace{0.3cm}{\tt \mbox{[}inline\mbox{]}}}} |
\subsubsection[{GetNRows}]{\setlength{\rightskip}{0pt plus 5cm}template$<$class T$>$ unsigned int {\bf SimpleMatrix}$<$ T $>$::GetNRows ()\hspace{0.3cm}{\tt \mbox{[}inline\mbox{]}}}} |
69 |
|
|
70 |
\begin{Desc} |
\begin{Desc} |
71 |
\item[Returns:]The number of rows. \end{Desc} |
\item[Returns:]The number of rows. \end{Desc} |
72 |
|
\hypertarget{classSimpleMatrix_7ee36ef98c7f896e38ec8a8a0c263c39}{ |
|
|
|
|
Definition at line 76 of file CommonDefs.h.\hypertarget{classSimpleMatrix_7ee36ef98c7f896e38ec8a8a0c263c39}{ |
|
73 |
\index{SimpleMatrix@{SimpleMatrix}!operator\mbox{[}\mbox{]}@{operator[]}} |
\index{SimpleMatrix@{SimpleMatrix}!operator\mbox{[}\mbox{]}@{operator[]}} |
74 |
\index{operator\mbox{[}\mbox{]}@{operator[]}!SimpleMatrix@{SimpleMatrix}} |
\index{operator\mbox{[}\mbox{]}@{operator[]}!SimpleMatrix@{SimpleMatrix}} |
75 |
\subsubsection[{operator[]}]{\setlength{\rightskip}{0pt plus 5cm}template$<$class T$>$ std::vector$<$T$>$\& {\bf SimpleMatrix}$<$ T $>$::operator\mbox{[}$\,$\mbox{]} (int {\em i})\hspace{0.3cm}{\tt \mbox{[}inline\mbox{]}}}} |
\subsubsection[{operator[]}]{\setlength{\rightskip}{0pt plus 5cm}template$<$class T$>$ std::vector$<$T$>$\& {\bf SimpleMatrix}$<$ T $>$::operator\mbox{[}$\,$\mbox{]} (int {\em i})\hspace{0.3cm}{\tt \mbox{[}inline\mbox{]}}}} |
87 |
\item[Returns:]The i-th row (a vector). \end{Desc} |
\item[Returns:]The i-th row (a vector). \end{Desc} |
88 |
|
|
89 |
|
|
|
Definition at line 68 of file CommonDefs.h. |
|
|
|
|
|
\subsection{Member Data Documentation} |
|
|
\hypertarget{classSimpleMatrix_ddb323741e9ed620a46436037c8d819a}{ |
|
|
\index{SimpleMatrix@{SimpleMatrix}!\_\-matrix@{\_\-matrix}} |
|
|
\index{\_\-matrix@{\_\-matrix}!SimpleMatrix@{SimpleMatrix}} |
|
|
\subsubsection[{\_\-matrix}]{\setlength{\rightskip}{0pt plus 5cm}template$<$class T$>$ std::vector$<$std::vector$<$T$>$ $>$ {\bf SimpleMatrix}$<$ T $>$::{\bf \_\-matrix}\hspace{0.3cm}{\tt \mbox{[}private\mbox{]}}}} |
|
|
\label{classSimpleMatrix_ddb323741e9ed620a46436037c8d819a} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 90 of file CommonDefs.h. |
|
|
|
|
|
Referenced by SimpleMatrix$<$ UInt\_\-t $>$::operator\mbox{[}$\,$\mbox{]}().\hypertarget{classSimpleMatrix_8ea505fb218d273214c2ae6ef45bbc82}{ |
|
|
\index{SimpleMatrix@{SimpleMatrix}!\_\-nCols@{\_\-nCols}} |
|
|
\index{\_\-nCols@{\_\-nCols}!SimpleMatrix@{SimpleMatrix}} |
|
|
\subsubsection[{\_\-nCols}]{\setlength{\rightskip}{0pt plus 5cm}template$<$class T$>$ unsigned int {\bf SimpleMatrix}$<$ T $>$::{\bf \_\-nCols}\hspace{0.3cm}{\tt \mbox{[}private\mbox{]}}}} |
|
|
\label{classSimpleMatrix_8ea505fb218d273214c2ae6ef45bbc82} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 91 of file CommonDefs.h. |
|
|
|
|
|
Referenced by SimpleMatrix$<$ UInt\_\-t $>$::GetNCols().\hypertarget{classSimpleMatrix_984429d26745802dcb3e001ff75246bc}{ |
|
|
\index{SimpleMatrix@{SimpleMatrix}!\_\-nRows@{\_\-nRows}} |
|
|
\index{\_\-nRows@{\_\-nRows}!SimpleMatrix@{SimpleMatrix}} |
|
|
\subsubsection[{\_\-nRows}]{\setlength{\rightskip}{0pt plus 5cm}template$<$class T$>$ unsigned int {\bf SimpleMatrix}$<$ T $>$::{\bf \_\-nRows}\hspace{0.3cm}{\tt \mbox{[}private\mbox{]}}}} |
|
|
\label{classSimpleMatrix_984429d26745802dcb3e001ff75246bc} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 91 of file CommonDefs.h. |
|
|
|
|
|
Referenced by SimpleMatrix$<$ UInt\_\-t $>$::GetNRows(). |
|
|
|
|
90 |
The documentation for this class was generated from the following file:\begin{CompactItemize} |
The documentation for this class was generated from the following file:\begin{CompactItemize} |
91 |
\item |
\item |
92 |
\hyperlink{CommonDefs_8h}{CommonDefs.h}\end{CompactItemize} |
\hyperlink{CommonDefs_8h}{CommonDefs.h}\end{CompactItemize} |