|
NAMElis_solve - solve the linear equationSYNOPSIS#include "lis.h"LIS_INT lis_solve(LIS_MATRIX A, LIS_VECTOR b, LIS_VECTOR x, LIS_SOLVER solver); DESCRIPTIONSolve the linear equation with the specified solver.INPUT
OUTPUT
EXIT STATUSThe following exit values are returned:
SEE ALSOlis(3)http://www.ssisc.org/lis/
Visit the GSP FreeBSD Man Page Interface. |