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

NAME

6       lis_matvec - calculate the matrix vector product
7
8

SYNOPSIS

10       subroutine   lis_matvec(LIS_MATRIX   A,  LIS_VECTOR  x,  LIS_VECTOR  y,
11       LIS_INTEGER ierr);
12
13

DESCRIPTION

15       Calculate the matrix vector product y = Ax.
16
17

INPUT

19       A      The matrix
20
21
22       x      The vector
23
24

OUTPUT

26       y      Ax
27
28

SEE ALSO

30       lis(3)
31
32       http://www.ssisc.org/lis/
33
34
35
36
37Man Page                          6 Sep 2012                    lis_matvec(3f)
Impressum