|
NAMElis_solver_get_residualnorm - calculate the relative residual norm from the solutionSYNOPSIS#include "lis.h"LIS_INT lis_solver_get_residualnorm(LIS_SOLVER solver, LIS_INT *residual); DESCRIPTIONCalculate the relative residual norm ||b - Ax||_2/||b||_2 from the solution 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. |