lis_esolver_get_evectors(3) - Linux man page
Name
lis_esolver_get_evectors - store the eigenvectors in the matrix
Synopsis
#include "lis.h"
LIS_INT lis_esolver_get_evectors(LIS_ESOLVER esolver, LIS_MATRIX A);
Description
Store the eigenvectors in matrix A
Input
- esolver
- The
eigensolver
Output
- v
- The matrix in the CSR 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
lis(3)