lis_array_ge - calculate the inverse of the matrix with the
Gaussian elimination
#include "lis.h"
LIS_INT lis_array_ge(LIS_INT n, LIS_SCALAR
a[]);
Calculate the inverse A^-1of matrix A with the
Gaussian elimination.
- n
- The size of the matrix
- a
- The array that stores matrix A of size n * n
- a
- The inverse of the matrix
The following exit values are returned:
- 0
- The process is normally terminated
- unspecified
- An error occurred
lis(3)
http://www.ssisc.org/lis/