1lis_esolver_get_rhistory(3f) Lis Library Functionslis_esolver_get_rhistory(3f)
2
3
4

NAME

6       lis_esolver_get_rhistory  -  get the residual history for the specified
7       eigenpair from the eigensolver
8
9

SYNOPSIS

11       subroutine lis_esolver_get_rhistory(LIS_ESOLVER esolver, LIS_VECTOR  v,
12       LIS_INTEGER ierr);
13
14

DESCRIPTION

16       Get  the  residual  history for the specified eigenpair from the eigen‐
17       solver.
18
19

INPUT

21       esolver
22              The eigensolver
23
24

OUTPUT

26       v      The vector
27
28

NOTE

30       The vector v must be created in  advance  with  the  function  lis_vec‐
31       tor_create.  When the vector v is shorter than the residual history, it
32       stores the residual history in order to the vector v.
33
34

SEE ALSO

36       lis(3)
37
38       http://www.ssisc.org/lis/
39
40
41
42
43Man Page                          28 Aug 2014     lis_esolver_get_rhistory(3f)
Impressum