Constructor for ColumnReader class
ColumnReader
ColumnReader(nrow, ncol, reader)
nrow
the number of rows
ncol
the number of columns
reader
a function that takes a set of column indices and returns a matrix
matrix