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

NAME

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

SYNOPSIS

11       #include "lis.h"
12
13       LIS_INT lis_array_ge(LIS_INT n, LIS_SCALAR a[]);
14
15

DESCRIPTION

17       Calculate the inverse A^-1of matrix A with the Gaussian elimination.
18
19

INPUT

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

OUTPUT

28       a      The inverse of the matrix
29
30

EXIT STATUS

32       The following exit values are returned:
33
34       0      The process is normally terminated
35
36       unspecified
37              An error occurred
38
39

SEE ALSO

41       lis(3)
42
43       http://www.ssisc.org/lis/
44
45
46
47
48Man Page                          3 Dec 2014                   lis_array_ge(3)
Impressum