![]() |
![]()
| ![]() |
![]()
NAMElis_solve_kernel - solve the linear equation with the predefined preconditioner SYNOPSIS#include "lis.h" LIS_INT lis_solve_kernel(LIS_SOLVER solver); DESCRIPTIONSolve the linear equation with the specified solver and the predefined preconditioner. INPUTOUTPUTEXIT STATUSThe following exit values are returned:
NOTESee lis-($VERSION)/src/esolver/lis esolver ii.c, which computes the smallest eigenvalue by calling lis_solve_kernel multiple times, for example. SEE ALSOlis(3) http://www.ssisc.org/lis/
|