1lis_esolve(3f) Lis Library Functions lis_esolve(3f)
2
3
4
6 lis_esolve - solve the standard eigenvalue problem
7
8
10 subroutine lis_esolve(LIS_MATRIX A, LIS_VECTOR x, LIS_REAL evalue,
11 LIS_ESOLVER esolver, LIS_INTEGER ierr);
12
13
15 Solve the standard eigenvalue problem Ax = lx with the specified eigenā
16 solver.
17
18
20 A The coefficient matrix
21
22
23 x The initial vector
24
25
26 esolver
27 The esolver
28
29
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
42 lis(3)
43
44 http://www.ssisc.org/lis/
45
46
47
48
49Man Page 23 Oct 2016 lis_esolve(3f)