1lis_matrix_set_dia(3)        Lis Library Functions       lis_matrix_set_dia(3)
2
3
4

NAME

6       lis_matrix_set_dia  -  associate  the arrays in the DIA format with the
7       matrix
8
9

SYNOPSIS

11       #include "lis.h"
12
13       LIS_INT lis_matrix_set_dia(LIS_INT  nnd,  LIS_INT  index[],  LIS_SCALAR
14       value[], LIS_MATRIX A);
15
16

DESCRIPTION

18       Associate the arrays in the DIA format with matrix A.
19
20

INPUT

22       nnd    The number of nonzero elements
23
24
25       index, value
26              The arrays in the DIA format
27
28
29       A      The matrix
30
31

OUTPUT

33       A      The matrix associated with the arrays
34
35

EXIT STATUS

37       The following exit values are returned:
38
39       0      The process is normally terminated
40
41       unspecified
42              An error occurred
43
44

NOTE

46       After  lis_matrix_set_dia  is  called, the function lis_matrix_assemble
47       must be called.
48
49

SEE ALSO

51       lis(3)
52
53       http://www.ssisc.org/lis/
54
55
56
57
58Man Page                          6 Sep 2012             lis_matrix_set_dia(3)
Impressum