--- PamCut/doc/Doxygen/html/classSimpleMatrix.html 2009/05/27 13:30:05 1.1.1.1 +++ PamCut/doc/Doxygen/html/classSimpleMatrix.html 2009/09/25 15:42:16 1.3 @@ -44,13 +44,6 @@
-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 []. -
Definition at line 45 of file CommonDefs.h.
-Definition at line 58 of file CommonDefs.h.
-
Definition at line 84 of file CommonDefs.h.
-
Definition at line 76 of file CommonDefs.h.
-Definition at line 68 of file CommonDefs.h.
- - --
std::vector<std::vector<T> > SimpleMatrix< T >::_matrix [private] |
-
- -
Definition at line 90 of file CommonDefs.h.
- -Referenced by SimpleMatrix< UInt_t >::operator[]().
- -unsigned int SimpleMatrix< T >::_nCols [private] |
-
- -
Definition at line 91 of file CommonDefs.h.
- -Referenced by SimpleMatrix< UInt_t >::GetNCols().
- -unsigned int SimpleMatrix< T >::_nRows [private] |
-
- -
Definition at line 91 of file CommonDefs.h.
- -Referenced by SimpleMatrix< UInt_t >::GetNRows().
-