Matrix: DenseMatrix Constructor

View source: R/matrix.R

MatrixR Documentation

DenseMatrix Constructor

Description

This function constructs a symbolic matrix (DenseMatrix S4 object) with a similar interface with R's matrix function.

Usage

Matrix(data, nrow = 1L, ncol = 1L, byrow = FALSE)

Arguments

data

A R object.

nrow, ncol

Number of rows and columns.

byrow

Boolean value. Whether the data should be filled by row or by column.

Value

DenseMatrix S4 object.


symengine documentation built on Oct. 23, 2022, 5:06 p.m.