Changeset 926 in Sophya for trunk/SophyaLib/TArray/tmatrix.h
- Timestamp:
- Apr 13, 2000, 8:39:39 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/TArray/tmatrix.h
r920 r926 9 9 namespace SOPHYA { 10 10 11 //! Class of matrixes 12 /*! 13 \class SOPHYA::TMatrix 14 \ingroup TArray 15 \sa TArray 16 */ 17 11 //! Class of matrices 18 12 template <class T> 19 13 class TMatrix : public TArray<T> {
Note:
See TracChangeset
for help on using the changeset viewer.