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

NAME

6       lis_matrix_set_bsr  -  associate  the arrays in the BSR format with the
7       matrix
8
9

SYNOPSIS

11       subroutine   lis_matrix_set_bsr(LIS_INTEGER   bnr,   LIS_INTEGER   bnc,
12       LIS_INTEGER  bnnz, LIS_INTEGER bptr[], LIS_INTEGER bindex[], LIS_SCALAR
13       value[], LIS_MATRIX A, LIS_INTEGER ierr);
14
15

DESCRIPTION

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

INPUT

21       bnr    The row block size
22
23
24       bnc    The column block size
25
26
27       bnnz   The number of nonzero blocks
28
29
30       bptr, bindex, value
31              The arrays in the BSR format
32
33
34       A      The matrix
35
36

OUTPUT

38       A      The matrix associated with the arrays
39
40

NOTE

42       After lis_matrix_set_bsr is called,  the  function  lis_matrix_assemble
43       must be called.
44
45

SEE ALSO

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