lis_matvec(3) - Linux man page

Name

lis_matvec - 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

lis(3)

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