1lis_esolve(3) Lis Library Functions lis_esolve(3)
2
3
4
6 lis_esolve - solve the standard eigenvalue problem
7
8
10 #include "lis.h"
11
12 LIS_INT lis_esolve(LIS_MATRIX A, LIS_VECTOR x, LIS_REAL evalue,
13 LIS_ESOLVER esolver);
14
15
17 Solve the standard eigenvalue problem Ax = lx with the specified eigenā
18 solver.
19
20
22 A The coefficient matrix
23
24
25 x The initial vector
26
27
28 esolver
29 The esolver
30
31
33 evalue The eigenvalue of mode 0
34
35
36 x The associated eigenvector
37
38
39 esolver
40 The number of iterations, the execution time, etc.
41
42
44 The following exit values are returned:
45
46 0 The process is normally terminated
47
48 unspecified
49 An error occurred
50
51
53 lis(3)
54
55 http://www.ssisc.org/lis/
56
57
58
59
60Man Page 23 Oct 2016 lis_esolve(3)