Learn R Programming

symengine (version 0.2.6)

as.matrix.DenseMatrix: Methods Related to DenseMatrix

Description

These are miscellaneous S3/S4 methods defined for DenseMatrix class.

Usage

# S3 method for DenseMatrix
as.matrix(x, ...)

# S4 method for DenseMatrix dim(x)

# S4 method for DenseMatrix dim(x) <- value

# S4 method for VecBasic dim(x) <- value

# S4 method for Basic dim(x) <- value

# S4 method for DenseMatrix dimnames(x) <- value

# S4 method for DenseMatrix dimnames(x)

# S4 method for DenseMatrix length(x)

# S4 method for DenseMatrix,ANY [[(x, i, j, ...)

# S4 method for DenseMatrix [[(x, i, j, ...) <- value

# S4 method for DenseMatrix [(x, i, j, ..., drop = TRUE)

# S4 method for DenseMatrix [(x, i, j, ...) <- value

Value

Same or similar with the generics of these methods.

Arguments

x

A DenseMatrix object.

i, j, value, ..., drop

Arguments for subsetting, assignment or replacing.