1lis_matrix_set_blocksize(3)  Lis Library Functions lis_matrix_set_blocksize(3)
2
3
4

NAME

6       lis_matrix_set_blocksize - assign the block size of the matrix
7
8

SYNOPSIS

10       #include "lis.h"
11
12       LIS_INT  lis_matrix_set_blocksize(LIS_MATRIX  A,  LIS_INT  bnr, LIS_INT
13       bnc, LIS_INT row[], LIS_INT col[]);
14
15

DESCRIPTION

17       Assign the block size of the BSR, BSC, and VBR formats.
18
19

INPUT

21       A      The matrix
22
23
24       bnr    The row block size of the BSR (BSC) format or the number of  row
25              blocks of the VBR format
26
27
28       bnc    The  column  block size of the BSR (BSC) format or the number of
29              column blocks of the VBR format
30
31
32       row    The array of the row division information about the VBR format
33
34
35       column The array of the column division information about the VBR  for‐
36              mat
37
38

EXIT STATUS

40       The following exit values are returned:
41
42       0      The process is normally terminated
43
44       unspecified
45              An error occurred
46
47

NOTE

SEE ALSO

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