1lis_array_ge(3f)             Lis Library Functions            lis_array_ge(3f)
2
3
4

NAME

6       lis_array_ge  -  calculate  the inverse of the matrix with the Gaussian
7       elimination
8
9

SYNOPSIS

11       subroutine  lis_array_ge(LIS_INTEGER  n,  LIS_SCALAR  a(),  LIS_INTEGER
12       ierr);
13
14

DESCRIPTION

16       Calculate the inverse A of matrix A with the Gaussian elimination.
17
18

INPUT

20       n      The size of the matrix
21
22
23       a      The array that stores matrix A of size n * n
24
25

OUTPUT

27       a      The inverse of the array
28
29

SEE ALSO

31       lis(3)
32
33       http://www.ssisc.org/lis/
34
35
36
37
38Man Page                          3 Dec 2014                  lis_array_ge(3f)
Impressum