1lis_esolver_get_iters(3) Lis Library Functions lis_esolver_get_iters(3)
2
3
4
6 lis_esolver_get_iters - get the numbers of iterations for all the
7 eigenpairs from the eigensolver
8
9
11 #include "lis.h"
12
13 LIS_INT lis_esolver_get_iters(LIS_ESOLVER esolver, LIS_VECTOR v);
14
15
17 Get the numbers of iterations for all the eigenpairs from the eigen‐
18 solver.
19
20
22 esolver
23 The eigensolver
24
25
27 v The vector which stores the numbers of iterations
28
29
31 The following exit values are returned:
32
33 0 The process is normally terminated
34
35 unspecified
36 An error occurred
37
38
40 Vector v must be created in advance with the function lis_vector_cre‐
41 ate.
42
43
45 lis(3)
46
47 http://www.ssisc.org/lis/
48
49
50
51
52Man Page 28 Aug 2014 lis_esolver_get_iters(3)