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

NAME

6       lis_matrix_set_msr  -  associate  the arrays in the MSR format with the
7       matrix
8
9

SYNOPSIS

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

DESCRIPTION

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

INPUT

21       nnz    The number of nonzero elements
22
23
24       ndz    The number of nonzero elements in the diagonal
25
26
27       ptr, index, value
28              The arrays in the MSR format
29
30
31       A      The matrix
32
33

OUTPUT

35       A      The matrix associated with the arrays
36
37

NOTE

39       After lis_matrix_set_msr is called,  the  function  lis_matrix_assemble
40       must be called.
41
42

SEE ALSO

44       lis(3)
45
46       http://www.ssisc.org/lis/
47
48
49
50
51Man Page                          6 Sep 2012            lis_matrix_set_msr(3f)
Impressum