1lis_matvec(3f) Lis Library Functions lis_matvec(3f)
23
4
NAME
6lis_matvec - calculate the matrix vector product
78
SYNOPSIS
10subroutine lis_matvec(LIS_MATRIX A, LIS_VECTOR x, LIS_VECTOR y,
11LIS_INTEGER ierr);
1213
DESCRIPTION
15Calculate the matrix vector product y = Ax.
1617
INPUT
19A The matrix
2021
22
x The vector
2324
OUTPUT
26y Ax
2728
SEE ALSO
30lis(3)
3132
http://www.ssisc.org/lis/
3334
35
36
37
Man Page 6 Sep 2012 lis_matvec(3f)