|
NAMElis_matvect - calculate the matrix vector productSYNOPSIS#include "lis.h"LIS_INT lis_matvect(LIS_MATRIX A, LIS_VECTOR x, LIS_VECTOR y); DESCRIPTIONCalculate the transposed matrix vector product y = A^T x.INPUT
OUTPUT
EXIT STATUSThe following exit values are returned:
SEE ALSOlis(3)http://www.ssisc.org/lis/
Visit the GSP FreeBSD Man Page Interface. |