LU factorization (in place). @param A (in/out) On input, the matrix to be factored. On output, the compact LU factorization. @param pivit (out) The pivot vector records the reordering of the rows of A during factorization. @return 0, if OK, nozero value, othewi
(double A[][], int pivot[])