1lis_esolve(3f)               Lis Library Functions              lis_esolve(3f)
2
3
4

NAME

6       lis_esolve - solve the standard eigenvalue problem
7
8

SYNOPSIS

10       subroutine  lis_esolve(LIS_MATRIX  A,  LIS_VECTOR  x,  LIS_REAL evalue,
11       LIS_ESOLVER esolver, LIS_INTEGER ierr);
12
13

DESCRIPTION

15       Solve the standard eigenvalue problem Ax = lx with the specified eigenā€
16       solver.
17
18

INPUT

20       A      The coefficient matrix
21
22
23       x      The initial vector
24
25
26       esolver
27              The esolver
28
29

OUTPUT

31       evalue The eigenvalue of mode 0
32
33
34       x      The associated eigenvector
35
36
37       esolver
38              The number of iterations, the execution time, etc.
39
40

SEE ALSO

42       lis(3)
43
44       http://www.ssisc.org/lis/
45
46
47
48
49Man Page                          23 Oct 2016                   lis_esolve(3f)
Impressum