1lis_matrix_set_blocksize(3f) Lis Library Functionslis_matrix_set_blocksize(3f)
2
3
4
6 lis_matrix_set_blocksize - assign the block size of the matrix
7
8
10 subroutine lis_matrix_set_blocksize(LIS_MATRIX A, LIS_INTEGER bnr,
11 LIS_INTEGER bnc, LIS_INTEGER row[], LIS_INTEGER col[], LIS_INTEGER
12 ierr);
13
14
16 Assign the block size of the BSR, BSC, and VBR formats.
17
18
20 A The matrix
21
22
23 bnr The row block size of the BSR (BSC) format or the number of row
24 blocks of the VBR format
25
26
27 bnc The column block size of the BSR (BSC) format or the number of
28 column blocks of the VBR format
29
30
31 row The array of the row division information about the VBR format
32
33
34 column The array of the column division information about the VBR for‐
35 mat
36
37
40 lis(3)
41
42 http://www.ssisc.org/lis/
43
44
45
46
47Man Page 6 Sep 2012 lis_matrix_set_blocksize(3f)