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

FreeBSD Manual Pages

  
 
  

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

NAME
     lis_esolve - solve the standard eigenvalue problem

SYNOPSIS
     #include "lis.h"

     LIS_INT lis_esolve(LIS_MATRIX A, LIS_VECTOR x, LIS_REAL evalue, LIS_ESOLVER
     esolver);

DESCRIPTION
     Solve  the  standard  eigenvalue  problem Ax = lx with the specified eigen-
     solver.

INPUT
     A	    The coefficient matrix

     x	    The initial vector

     esolverThe esolver

OUTPUT
     evalue The eigenvalue of mode 0

     x	    The associated eigenvector

     esolverThe 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			   23 Oct 2016			   lis_esolve(3)

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

home | help