1lis_array_matmat(3f) Lis Library Functions lis_array_matmat(3f)
2
3
4
6 lis_array_matmat - calculate the matrix-matrix product
7
8
10 subroutine lis_array_matmat(LIS_INTEGER n, LIS_SCALAR a(), LIS_SCALAR
11 b(), LIS_SCALAR c(), LIS_INTEGER op, LIS_INTEGER ierr);
12
13
15 Calculate the matrix-matrix product AB.
16
17
19 n The size of the vectors
20
21
22 a The array that stores matrix A of size n * n
23
24
25 b The array that stores matrix B of size n * n
26
27
28 c The array that stores matrix C of size n * n
29
30
31 op
32
33 LIS_INS_VALUE
34 C = AB
35
36 LIS_SUB_VALUE
37 C = C - AB
38
39
41 c C
42
43
45 lis(3)
46
47 http://www.ssisc.org/lis/
48
49
50
51
52Man Page 3 Dec 2014 lis_array_matmat(3f)