1lis_esolver_get_evectors(3)  Lis Library Functions lis_esolver_get_evectors(3)
2
3
4

NAME

6       lis_esolver_get_evectors  -  get  all  the eigenvectors from the eigen‐
7       solver
8
9

SYNOPSIS

11       #include "lis.h"
12
13       LIS_INT lis_esolver_get_evectors(LIS_ESOLVER esolver, LIS_MATRIX A);
14
15

DESCRIPTION

17       Get all the eigenvectors from the eigensolver.
18
19

INPUT

21       esolver
22              The eigensolver
23
24

OUTPUT

26       v      The matrix in the COO format which stores the eigenvectors
27
28

EXIT STATUS

30       The following exit values are returned:
31
32       0      The process is normally terminated
33
34       unspecified
35              An error occurred
36
37

NOTE

39       Matrix A must be created in advance with the  function  lis_matrix_cre‐
40       ate.
41
42

SEE ALSO

44       lis(3)
45
46       http://www.ssisc.org/lis/
47
48
49
50
51Man Page                          28 Aug 2014      lis_esolver_get_evectors(3)
Impressum