lis_matrix_get_diagonal.3f - Man Page
get the digonal elemments of the matrix
Synopsis
subroutine lis_matrix_get_diagonal(LIS_MATRIX A, LIS_VECTOR d, LIS_INTEGER ierr);
Description
Get the diagonal elements of matrix.
Input
- A
The matrix
Output
- d
The vector which stores the diagonal elements of the matrix
See Also
Info
28 Aug 2014 Man Page Lis Library Functions