lis_array_ge.3f - Man Page
calculate the inverse of the matrix with the Gaussian elimination
Synopsis
subroutine lis_array_ge(LIS_INTEGER n, LIS_SCALAR a(), LIS_INTEGER ierr);
Description
Calculate the inverse A of matrix A with the Gaussian elimination.
Input
- n
The size of the matrix
- a
The array that stores matrix A of size n * n
Output
- a
The inverse of the array
See Also
Info
3 Dec 2014 Man Page Lis Library Functions