Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
lis_solve_kernel(3)	      Lis Library Functions	     lis_solve_kernel(3)

NAME
     lis_solve_kernel  - solve the linear equation with the predefined precondi-
     tioner

SYNOPSIS
     #include "lis.h"

     LIS_INT lis_solve_kernel(LIS_SOLVER solver);

DESCRIPTION
     Solve the linear equation with the specified solver and the predefined pre-
     conditioner.

INPUT
     A	    The coefficient matrix

     b	    The right hand side vector

     x	    The initial vector

     solver The solver

     precon The preconditioner

OUTPUT
     x	    The solution

     solver The number of iterations, the execution time, etc.

EXIT STATUS
     The following exit values are returned:

     0	    The process is normally terminated

     unspecified
	    An error occurred

NOTE
     See lis-($VERSION)/src/esolver/lis esolver ii.c, which computes the  small-
     est eigenvalue by calling lis_solve_kernel multiple times, for example.

SEE ALSO
     lis(3)

     http://www.ssisc.org/lis/

Man Page			   6 Sep 2012		     lis_solve_kernel(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=lis_solve_kernel&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help