Changeset 1343 in Sophya for trunk/SophyaProg/Tests/tnt.cc


Ignore:
Timestamp:
Nov 24, 2000, 10:48:18 AM (25 years ago)
Author:
ansari
Message:

Ajout test LapackServer::SVD() ds lpk.cc - Reza 24/11/2000

File:
1 edited

Legend:

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

    r1326 r1343  
    9898cout << " float->string: fvu= " << fvu << " (string)fvu=" << (string)fvu << endl;
    9999cout << " int->string: ivu= " << ivu << " (string)ivu=" << (string)ivu << endl;
     100 complex<double> zzd = zvs;
    100101cout << "String->complex<double>: zvs = " << zvs
    101      << " (complex<double>)zvs= " << (complex<double>)zvs << endl;
     102     << " (complex<double>)zvs= " << zzd << endl;
    102103cout << "String->double: dvs = " << dvs
    103104     << " (double)zvs= " << (double)dvs << endl;
Note: See TracChangeset for help on using the changeset viewer.