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

NAME

6       lis_matrix_set_vbr  -  associate  the arrays in the VBR format with the
7       matrix
8
9

SYNOPSIS

11       subroutine   lis_matrix_set_vbr(LIS_INTEGER   nnz,   LIS_INTEGER    nr,
12       LIS_INTEGER nc, LIS_INTEGER bnnz, LIS_INTEGER row[], LIS_INTEGER col[],
13       LIS_INTEGER ptr[], LIS_INTEGER bptr[], LIS_INTEGER bindex[], LIS_SCALAR
14       value[], LIS_MATRIX A, LIS_INTEGER ierr);
15
16

DESCRIPTION

18       Associate the arrays in the VBR format with matrix A.
19
20

INPUT

22       nnz    The number of nonzero elements
23
24
25       nr     The number of row blocks
26
27
28       bnc    The number of column blocks
29
30
31       bnnz   The number of nonzero blocks
32
33
34       row, col, ptr, bptr, bindex, value
35              The arrays in the VBR format
36
37
38       A      The matrix
39
40

OUTPUT

42       A      The matrix associated with the arrays
43
44

NOTE

46       After  lis_matrix_set_vbr  is  called, the function lis_matrix_assemble
47       must be called.
48
49

SEE ALSO

51       lis(3)
52
53       http://www.ssisc.org/lis/
54
55
56
57
58Man Page                          6 Sep 2012            lis_matrix_set_vbr(3f)
Impressum