FreeBSD Manual Pages
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_ES- OLVER esolver); DESCRIPTION Solve the standard eigenvalue problem Ax = lx with the specified eigen- solver. INPUT A The coefficient matrix x The initial vector esolver The esolver OUTPUT evalue The eigenvalue of mode 0 x The associated eigenvector esolver 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 23 Oct 2016 lis_esolve(3)
NAME | SYNOPSIS | DESCRIPTION | INPUT | OUTPUT | EXIT STATUS | SEE ALSO
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=lis_esolve&sektion=3&manpath=FreeBSD+13.0-RELEASE+and+Ports>