Changeset 2881 in Sophya for trunk/SophyaLib/TArray/sopemtx.cc
- Timestamp:
- Jan 3, 2006, 7:00:06 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/TArray/sopemtx.cc
r2868 r2881 27 27 A TMatrixRC represents a line, a column or the diagonal of a TMatrix 28 28 */ 29 namespace SOPHYA { 29 30 template <class T> 30 31 class TMatrixRC { … … 775 776 } 776 777 778 } // Fin namespace SOPHYA 777 779 /////////////////////////////////////////////////////////////////////////// 778 780 /////////////////////////////////////////////////////////////////////////// 779 781 /////////////////////////////////////////////////////////////////////////// 780 782 /////////////////////////////////////////////////////////////////////////// 783 /* 781 784 void _ZZ_TestTMatrixRC_YY_(TMatrix<r_8> & m) 782 785 { … … 806 809 807 810 } 808 811 */ 809 812 /////////////////////////////////////////////////////////////// 810 813 #ifdef __CXX_PRAGMA_TEMPLATES__
Note:
See TracChangeset
for help on using the changeset viewer.