1lis_matrix_axpy(3f) Lis Library Functions lis_matrix_axpy(3f)
2
3
4
6 lis_matrix_axpy - calculate the sum of the matrices
7
8
10 subroutine lis_matrix_axpy(LIS_SCALAR alpha, LIS_MATRIX A, LIS_MATRIX
11 B, LIS_INTEGER ierr);
12
13
15 Calculate the sum of the matrices B = alpha * A + B.
16
17
19 alpha The scalar value
20
21
22 A, B The matrices
23
24
26 B alpha * A + B (matrix B is overwritten)
27
28
30 Matrices A, B must be in the DNS format.
31
32
34 lis(3)
35
36 http://www.ssisc.org/lis/
37
38
39
40
41Man Page 30 Dec 2014 lis_matrix_axpy(3f)