Changeset 3334 in Sophya for trunk/SophyaProg/Tests/arrt.cc
- Timestamp:
- Oct 3, 2007, 3:15:28 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaProg/Tests/arrt.cc
r2918 r3334 173 173 esum = esm.Sum(); 174 174 eprod = esm.Product(); 175 esumx2 = esm.Sum X2();175 esumx2 = esm.SumSq(); 176 176 177 177 if (prtlev > 0) 178 178 cout << " Min= " << emin << " Max= " << emax 179 << " Sum= " << esum << " Prod=" << eprod << " Sum X2=" << esumx2 << endl;179 << " Sum= " << esum << " Prod=" << eprod << " SumSq=" << esumx2 << endl; 180 180 181 181 cout << "\n :::::: Testing Matrix operations :::::: " << endl;
Note:
See TracChangeset
for help on using the changeset viewer.