![]() |
![]()
| ![]() |
![]()
NAMElis_array_solve - solve the linear equation with the direct method SYNOPSIS#include "lis.h" LIS_INT lis_array_solve(LIS_INT n, LIS_SCALAR a[], LIS_SCALAR b[], LIS_SCALAR x[], LIS_SCALAR w[]); DESCRIPTIONSolve the linear equation Ax=b with the direct method. INPUTOUTPUT
EXIT STATUSThe following exit values are returned:
SEE ALSOlis(3) http://www.ssisc.org/lis/
|