|
NAMElis_array_solve - solve the linear equation with the direct methodSYNOPSISsubroutine lis_array_solve(LIS_INTEGER n, LIS_SCALAR a(), LIS_SCALAR b(), LIS_SCALAR x(), LIS_SCALAR w(), LIS_INTEGER ierr);DESCRIPTIONSolve the linear equation Ax=b with the specified solver.INPUT
OUTPUT
SEE ALSOlis(3)http://www.ssisc.org/lis/
Visit the GSP FreeBSD Man Page Interface. |