1lis_esolver_get_time(3) Lis Library Functions lis_esolver_get_time(3)
2
3
4
6 lis_esolver_get_time - get the execution time for the specified eigen‐
7 pair from the eigensolver
8
9
11 #include "lis.h"
12
13 LIS_INT lis_esolver_get_time(LIS_ESOLVER esolver, double *times);
14
15
17 Get the execution time for the specified eigenpair from the eigen‐
18 solver.
19
20
22 esolver
23 The eigensolver
24
25
27 times The time in seconds of the execution
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 lis(3)
41
42 http://www.ssisc.org/lis/
43
44
45
46
47Man Page 28 Aug 2014 lis_esolver_get_time(3)