Sponsor:

Your company here ā€” click to reach over 10,000 unique daily visitors

lis_matvec.3f - Man Page

calculate the matrix vector product

Synopsis

subroutine lis_matvec(LIS_MATRIX A, LIS_VECTOR x, LIS_VECTOR y, LIS_INTEGER ierr);

Description

Calculate the matrix vector product y = Ax.

Input

A

The matrix

x

The vector

Output

y

Ax

See Also

lis(3)

http://www.ssisc.org/lis/

Info

6 Sep 2012 Man Page Lis Library Functions