Changeset 1107 in Sophya for trunk/SophyaProg/Tests/arrt.cc


Ignore:
Timestamp:
Jul 27, 2000, 7:33:55 PM (25 years ago)
Author:
ansari
Message:

correction/modifs prog de test de TArray Reza+CMV 27/7/2000

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaProg/Tests/arrt.cc

    r1102 r1107  
    113113  cout << " ----- Vector va apres va(Range(0,6)) += 100. " << va << endl;
    114114
     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
    115125  cout << "\n :::::: Testing Matrix operations :::::: " << endl;
    116126  TMatrix<r_4> ra(2,2), ira(2,2);
     
    123133  es, 2 , 1 , 4 , 3 ;
    124134  ra = es ;
    125  
    126135 
    127136  cout << " ----- Matrix ra = \n " << ra << endl;
Note: See TracChangeset for help on using the changeset viewer.