lis_esolver_get_evectors - Man Page
get all the eigenvectors from the eigensolver
Synopsis
#include "lis.h"
LIS_INT lis_esolver_get_evectors(LIS_ESOLVER esolver, LIS_MATRIX A);
Description
Get all the eigenvectors from the eigensolver.
Input
- esolver
The eigensolver
Output
- v
The matrix in the COO format which stores the eigenvectors
Exit Status
The following exit values are returned:
- 0
The process is normally terminated
- unspecified
An error occurred
Note
Matrix A must be created in advance with the function lis_matrix_create.
See Also
Info
28 Aug 2014 Man Page Lis Library Functions