1lis_matrix_get_diagonal(3) Lis Library Functions lis_matrix_get_diagonal(3)
2
3
4
6 lis_matrix_get_diagonal - Get the digonal elemments of the matrix
7
8
10 #include "lis.h"
11
12 LIS_INT lis_matrix_get_diagonal(LIS_MATRIX A, LIS_VECTOR d);
13
14
16 Get the diagonal elements of matrix A.
17
18
20 A The matrix
21
22
24 d The vector which stores the diagonal elements of the matrix
25
26
28 The following exit values are returned:
29
30 0 The process is normally terminated
31
32 unspecified
33 An error occurred
34
35
37 lis(3)
38
39 http://www.ssisc.org/lis/
40
41
42
43
44Man Page 28 Aug 2014 lis_matrix_get_diagonal(3)