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