Changeset 1100 in Sophya for trunk/SophyaProg/Tests/lpk.cc
- Timestamp:
- Jul 26, 2000, 6:31:34 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaProg/Tests/lpk.cc
r857 r1100 13 13 void lpk_tarr(int n); 14 14 void lpk_tmtx(int n); 15 15 16 16 17 int main(int narg, char* arg[]) … … 76 77 77 78 cout << "\n Calling LapackLinSolve(a,b) .... " << endl; 79 PrtTim(" Calling LapackLinSolve(a,b) "); 78 80 LapackLinSolve(a,b); 81 PrtTim(" End LapackLinSolve(a,b) "); 79 82 80 83 cout << " ------------ Result B(=X ?) = \n " << b << "\n" << endl;
Note:
See TracChangeset
for help on using the changeset viewer.