lis_matvec - Man Page
calculate the matrix vector product
Synopsis
#include "lis.h"
LIS_INT lis_matvec(LIS_MATRIX A, LIS_VECTOR x, LIS_VECTOR y);
Description
Calculate the matrix vector product y = Ax.
Input
- A
The matrix
- x
The vector
Output
- y
Ax
Exit Status
The following exit values are returned:
- 0
The process is normally terminated
- unspecified
An error occurred
See Also
Info
6 Sep 2012 Man Page Lis Library Functions