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

NAME

6       lis_matrix_set_jad  -  associate  the arrays in the JAD format with the
7       matrix
8
9

SYNOPSIS

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

DESCRIPTION

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

INPUT

21       maxnzr The number of nonzero elements
22
23
24       maxnzr The maximum number of nonzero elements in each row
25
26
27       perm, ptr, index, value
28              The arrays in the JAD 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_jad 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_jad(3f)
Impressum