1lis_esolver_get_rhistory(3) Lis Library Functions lis_esolver_get_rhistory(3)
2
3
4
6 lis_esolver_get_rhistory - Get the residual history for the specified
7 eigenpair from the eigensolver
8
9
11 #include "lis.h"
12
13 LIS_INT lis_esolver_get_rhistory(LIS_ESOLVER esolver, LIS_VECTOR v);
14
15
17 Get the residual history for the specified eigenpair from the eigen‐
18 solver.
19
20
22 esolver
23 The eigensolver
24
25
27 v The vector
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 The vector v must be created in advance with the function lis_vec‐
41 tor_create. When the vector v is shorter than the residual history, it
42 stores the residual history in order to the vector v.
43
44
46 lis(3)
47
48 http://www.ssisc.org/lis/
49
50
51
52
53Man Page 28 Aug 2014 lis_esolver_get_rhistory(3)