1lis_matrix_get_diagonal(3f) Lis Library Functions lis_matrix_get_diagonal(3f)
23
4
NAME
6lis_matrix_get_diagonal - get the digonal elemments of the matrix
78
SYNOPSIS
10subroutine lis_matrix_get_diagonal(LIS_MATRIX A, LIS_VECTOR d,
11LIS_INTEGER ierr);
1213
DESCRIPTION
15Get the diagonal elements of matrix.
1617
INPUT
19A The matrix
2021
OUTPUT
23d The vector which stores the diagonal elements of the matrix
2425
SEE ALSO
27lis(3)
2829
http://www.ssisc.org/lis/
3031
32
33
34
Man Page 28 Aug 2014 lis_matrix_get_diagonal(3f)