lis_esolver_get_evectors.3f - Man Page

get all the eigenvectors from the eigensolver

Synopsis

subroutine lis_esolver_get_evectors(LIS_ESOLVER esolver, LIS_MATRIX A, LIS_INTEGER ierr);

Description

Get all the eigenvectors from the eigensolver.

Input

esolver

The eigensolver

Output

v

The matrix in the COO format which stores the eigenvectors

Note

Matrix A must be created in advance with the function lis_matrix_create.

See Also

lis(3)

http://www.ssisc.org/lis/

Info

28 Aug 2014 Man Page Lis Library Functions