Go to the source code of this file.
|
subroutine | genbtf (nrows, ncols, colstr, rowidx, rowstr, colidx, w, rnto, cnto, nhrows, nhcols, hrzcmp, nsrows, sqcmpn, nvrows, nvcols, vrtcmp, rcmstr, ccmstr, msglvl, output) |
|
subroutine genbtf |
( |
integer |
nrows, |
|
|
integer |
ncols, |
|
|
integer, dimension (ncols+1) |
colstr, |
|
|
integer, dimension (*) |
rowidx, |
|
|
integer, dimension (nrows+1) |
rowstr, |
|
|
integer, dimension (*) |
colidx, |
|
|
integer, dimension (*) |
w, |
|
|
integer, dimension (nrows) |
rnto, |
|
|
integer, dimension (ncols) |
cnto, |
|
|
integer |
nhrows, |
|
|
integer |
nhcols, |
|
|
integer |
hrzcmp, |
|
|
integer |
nsrows, |
|
|
integer |
sqcmpn, |
|
|
integer |
nvrows, |
|
|
integer |
nvcols, |
|
|
integer |
vrtcmp, |
|
|
integer, dimension (nrows+1) |
rcmstr, |
|
|
integer, dimension (ncols+1) |
ccmstr, |
|
|
integer |
msglvl, |
|
|
integer |
output |
|
) |
| |