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

NAME

6       lis_matvect - calculate the matrix vector product
7
8

SYNOPSIS

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

DESCRIPTION

15       Calculate the transposed matrix vector product y = A^T x.
16
17

INPUT

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

OUTPUT

26       y      A^T x
27
28

SEE ALSO

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