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

NAME

6       lis_matrix_set_dns  -  associate  the arrays in the DNS format with the
7       matrix
8
9

SYNOPSIS

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

DESCRIPTION

17       Associate the arrays in the DNS format with matrix A.
18
19

INPUT

21       value  The arrays in the DNS format
22
23
24       A      The matrix
25
26

OUTPUT

28       A      The matrix associated with the arrays
29
30

EXIT STATUS

32       The following exit values are returned:
33
34       0      The process is normally terminated
35
36       unspecified
37              An error occurred
38
39

NOTE

41       After lis_matrix_set_dns is called,  the  function  lis_matrix_assemble
42       must be called.
43
44

SEE ALSO

46       lis(3)
47
48       http://www.ssisc.org/lis/
49
50
51
52
53Man Page                          6 Sep 2012             lis_matrix_set_dns(3)
Impressum