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

NAME

6       lis_matrix_set_csr  -  associate  the arrays in the CSR format with the
7       matrix
8
9

SYNOPSIS

11       subroutine  lis_matrix_set_csr(LIS_INTEGER  nnz,   LIS_INTEGER   ptr[],
12       LIS_INTEGER  index[],  LIS_SCALAR  value[],  LIS_MATRIX  A, LIS_INTEGER
13       ierr);
14
15

DESCRIPTION

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

INPUT

21       nnz    The number of nonzero elements
22
23
24       ptr, index, value
25              The arrays in the CSR format
26
27
28       A      The matrix
29
30

OUTPUT

32       A      The matrix associated with the arrays
33
34

NOTE

36       After lis_matrix_set_csr is called,  the  function  lis_matrix_assemble
37       must be called.
38
39

SEE ALSO

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