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

FreeBSD Manual Pages

  
 
  

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

NAME
       lis_solve - solve the linear equation

SYNOPSIS
       #include	"lis.h"

       LIS_INT	lis_solve(LIS_MATRIX A,	LIS_VECTOR b, LIS_VECTOR x, LIS_SOLVER
       solver);

DESCRIPTION
       Solve the linear	equation with the specified solver.

INPUT
       A      The coefficient matrix

       b      The right	hand side vector

       x      The initial vector

       solver The solver

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

SEE ALSO
       lis(3)

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

Man Page			  6 Sep	2012			  lis_solve(3)

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

home | help