Changeset 1107 in Sophya for trunk/SophyaProg/Tests/arrt.cc
- Timestamp:
- Jul 27, 2000, 7:33:55 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaProg/Tests/arrt.cc
r1102 r1107 113 113 cout << " ----- Vector va apres va(Range(0,6)) += 100. " << va << endl; 114 114 115 TMatrix<r_4> esm(3,5); 116 esm = (EnumeratedSequence(), 117 11 , 12 , 13, 14, 15, 118 21 , 22 , 23, 24, 25 119 ); 120 // 31 , 32 , 33, 34, 35 ) ; 121 122 cout << "\n TMatrix<r_4> esm(3,5) = EnumeratedSequence(), 11 , 12 , 13, 14, 15 ... " 123 << esm << endl; 124 115 125 cout << "\n :::::: Testing Matrix operations :::::: " << endl; 116 126 TMatrix<r_4> ra(2,2), ira(2,2); … … 123 133 es, 2 , 1 , 4 , 3 ; 124 134 ra = es ; 125 126 135 127 136 cout << " ----- Matrix ra = \n " << ra << endl;
Note:
See TracChangeset
for help on using the changeset viewer.