lis_matvect - Man Page
calculate the matrix vector product
Synopsis
#include "lis.h"
LIS_INT lis_matvect(LIS_MATRIX A, LIS_VECTOR x, LIS_VECTOR y);
Description
Calculate the transposed matrix vector product y = A^T x.
Input
- A
The matrix
- x
The vector
Output
- y
A^T x
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