read_matrix_block {bigReg} | R Documentation |
read matrix block from file
Description
read matrix block from file
Usage
read_matrix_block(filePath, size, ncol)
Arguments
filePath |
path to file where matrix should be read from |
size |
total number of elements to be read |
ncol |
number of columns in the matrix |
[Package bigReg version 0.1.5 Index]