This function constructs a symbolic matrix (DenseMatrix S4 object)
with a similar interface with R's matrix function.
Matrix(data, nrow = 1L, ncol = 1L, byrow = FALSE)A R object.
Number of rows and columns.
Boolean value. Whether the data should be filled by row or by column.
DenseMatrix S4 object.