1lis_array_mgs(3f) Lis Library Functions lis_array_mgs(3f)
2
3
4
6 lis_array_mgs - calculate the QR factorization with the modified Gram-
7 Schmidt process
8
9
11 subroutine lis_array_mgs(LIS_INTEGER n, LIS_SCALAR a(), LIS_SCALAR q(),
12 LIS_SCALAR r(), LIS_INTEGER ierr);
13
14
16 Calculate the QR factorization QR=A with the modified Gram-Schmidt
17 process.
18
19
21 n The size of the matrices
22
23
24 a The array that stores matrix A of size n * n
25
26
28 q The array that stores matrix Q of size n * n
29
30
31 r The array that stores matrix R of size n * n
32
33
35 lis(3)
36
37 http://www.ssisc.org/lis/
38
39
40
41
42Man Page 3 Dec 2014 lis_array_mgs(3f)