lis_matvect(3) - Linux man page

Name

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

lis(3)

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