1lis_matrix_set_vbr(3) Lis Library Functions lis_matrix_set_vbr(3)
2
3
4
6 lis_matrix_set_vbr - associate the arrays in the VBR format with the
7 matrix
8
9
11 #include "lis.h"
12
13 LIS_INT lis_matrix_set_vbr(LIS_INT nnz, LIS_INT nr, LIS_INT nc, LIS_INT
14 bnnz, LIS_INT row[], LIS_INT col[], LIS_INT ptr[], LIS_INT bptr[],
15 LIS_INT bindex[], LIS_SCALAR value[], LIS_MATRIX A);
16
17
19 Associate the arrays in the VBR format with matrix A.
20
21
23 nnz The number of nonzero elements
24
25
26 nr The number of row blocks
27
28
29 bnc The number of column blocks
30
31
32 bnnz The number of nonzero blocks
33
34
35 row, col, ptr, bptr, bindex, value
36 The arrays in the VBR format
37
38
39 A The matrix
40
41
43 A The matrix associated with the arrays
44
45
47 The following exit values are returned:
48
49 0 The process is normally terminated
50
51 unspecified
52 An error occurred
53
54
56 After lis_matrix_set_vbr is called, the function lis_matrix_assemble
57 must be called.
58
59
61 lis(3)
62
63 http://www.ssisc.org/lis/
64
65
66
67
68Man Page 6 Sep 2012 lis_matrix_set_vbr(3)