1lis_matrix_get_diagonal(3f)  Lis Library Functions lis_matrix_get_diagonal(3f)
2
3
4

NAME

6       lis_matrix_get_diagonal - get the digonal elemments of the matrix
7
8

SYNOPSIS

10       subroutine    lis_matrix_get_diagonal(LIS_MATRIX   A,   LIS_VECTOR   d,
11       LIS_INTEGER ierr);
12
13

DESCRIPTION

15       Get the diagonal elements of matrix.
16
17

INPUT

19       A      The matrix
20
21

OUTPUT

23       d      The vector which stores the diagonal elements of the matrix
24
25

SEE ALSO

27       lis(3)
28
29       http://www.ssisc.org/lis/
30
31
32
33
34Man Page                          28 Aug 2014      lis_matrix_get_diagonal(3f)
Impressum