Changeset 1100 in Sophya for trunk/SophyaProg/Tests/lpk.cc


Ignore:
Timestamp:
Jul 26, 2000, 6:31:34 PM (25 years ago)
Author:
ansari
Message:

Amelioration programmes test de tableaux - Reza 26/7/2000

File:
1 edited

Legend:

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

    r857 r1100  
    1313void lpk_tarr(int n);
    1414void lpk_tmtx(int n);
     15
    1516
    1617int main(int narg, char* arg[])
     
    7677
    7778  cout << "\n   Calling LapackLinSolve(a,b) .... " << endl;
     79  PrtTim(" Calling LapackLinSolve(a,b) ");
    7880  LapackLinSolve(a,b);
     81  PrtTim(" End LapackLinSolve(a,b) ");
    7982
    8083  cout << " ------------ Result B(=X ?) = \n " << b << "\n" << endl;
Note: See TracChangeset for help on using the changeset viewer.