// Location: // // http://people.sc.fsu.edu/~jburkardt/freefem_src/lapack_test/lapack_test.edp // // Licensing: // // This code is distributed under the MIT license. // // Modified: // // 12 November 2020 // cout << "\n"; cout << "lapack_test\n"; cout << " FreeFem++ version.\n"; cout << " Test the use of lapack functions.\n"; load "lapack" // load "fflapack" obsolete (F. Hecht version 3.8) { int n=5; real[int,int] A(n,n),A1(n,n),B(n,n); for(int i=0;i