gcdhBmCreate: Create a big.matrix under specified GCDH tag
Description
Create a big.matrix under specified GCDH tag
Usage
gcdhBmCreate(tag, bm_name, nrow, ncol = 1)
Arguments
bm_name
character. Name of the big.matrix to be created.
nrow
integer. Number of rows of the big.matrix
ncol
integer. Number of columns of the big.matrix. Default to 1.