#include #include int main() { int i; lapack_int INFO; lapack_int m=3, lda=3,ldb=1,nrhs=1; int IPIV[m]; // The elements of A are broken up into rows float A[3][3]={1,2,3,4,5,6,3,8,9}; float B[3] ={1,0,-1}; for(i =0;i 0 means A is singular\n"); for(i =0;i