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

NAME

6       lis_matrix_set_ell  -  associate  the arrays in the ELL format with the
7       matrix
8
9

SYNOPSIS

11       subroutine lis_matrix_set_ell(LIS_INTEGER maxnzr, LIS_INTEGER  index[],
12       LIS_SCALAR value[], LIS_MATRIX A, LIS_INTEGER ierr);
13
14

DESCRIPTION

16       Associate the arrays in the ELL format with matrix A.
17
18

INPUT

20       maxnzr The maximum number of nonzero elements in each row
21
22
23       index, value
24              The arrays in the ELL format
25
26
27       A      The matrix
28
29

OUTPUT

31       A      The matrix associated with the arrays
32
33

NOTE

35       After  lis_matrix_set_ell  is  called, the function lis_matrix_assemble
36       must be called.
37
38

SEE ALSO

40       lis(3)
41
42       http://www.ssisc.org/lis/
43
44
45
46
47Man Page                          6 Sep 2012            lis_matrix_set_ell(3f)
Impressum