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

NAME

6       lis_matrix_xpay - calculate the sum of the matrices
7
8

SYNOPSIS

10       subroutine  lis_matrix_xpay(LIS_SCALAR  alpha, LIS_MATRIX A, LIS_MATRIX
11       B, LIS_INTEGER ierr);
12
13

DESCRIPTION

15       Calculate the sum of the matrices B = A + alpha * B.
16
17

INPUT

19       alpha  The scalar value
20
21
22       A, B   The matrices
23
24

OUTPUT

26       B      A + alpha * B (matrix B is overwritten)
27
28

NOTE

30       Matrices A, B must be in the DNS format.
31
32

SEE ALSO

34       lis(3)
35
36       http://www.ssisc.org/lis/
37
38
39
40
41Man Page                          30 Dec 2014              lis_matrix_xpay(3f)
Impressum