Changeset 3012 in Sophya for trunk/SophyaLib/TArray/sopemtx.cc
- Timestamp:
- Jul 7, 2006, 1:23:24 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/TArray/sopemtx.cc
r2883 r3012 16 16 //////////////////////////////////////////////////////////////// 17 17 18 /*! 18 /*! \cond 19 19 \class SOPHYA::TMatrixRC 20 20 \ingroup TArray 21 21 Class for representing rows, columns and diagonal of a matrix. 22 22 \sa TMatrix TArray 23 */ 24 25 //! Class of line, column or diagonal of a TMatrix 26 /*! 27 A TMatrixRC represents a line, a column or the diagonal of a TMatrix 28 */ 23 */ 24 25 /*! \endcond */ 26 29 27 namespace SOPHYA { 30 28 template <class T>
Note:
See TracChangeset
for help on using the changeset viewer.