lis_matvect.3f - Man Page

calculate the matrix vector product

Synopsis

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

Description

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

Input

A

The matrix

x

The vector

Output

y

A^T x

See Also

lis(3)

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

Info

6 Sep 2012 Man Page Lis Library Functions