as.matrix.DenseMatrix {symengine} | R Documentation |
Methods Related to DenseMatrix
Description
These are miscellaneous S3/S4 methods defined for DenseMatrix
class.
Usage
## S3 method for class 'DenseMatrix'
as.matrix(x, ...)
## S4 method for signature 'DenseMatrix'
dim(x)
## S4 replacement method for signature 'DenseMatrix'
dim(x) <- value
## S4 replacement method for signature 'VecBasic'
dim(x) <- value
## S4 replacement method for signature 'Basic'
dim(x) <- value
## S4 replacement method for signature 'DenseMatrix'
dimnames(x) <- value
## S4 method for signature 'DenseMatrix'
dimnames(x)
## S4 method for signature 'DenseMatrix'
length(x)
## S4 method for signature 'DenseMatrix,ANY'
x[[i, j, ...]]
## S4 replacement method for signature 'DenseMatrix'
x[[i, j, ...]] <- value
## S4 method for signature 'DenseMatrix'
x[i, j, ..., drop = TRUE]
## S4 replacement method for signature 'DenseMatrix'
x[i, j, ...] <- value
Arguments
x |
A DenseMatrix object. |
i , j , value , ... , drop |
Arguments for subsetting, assignment or replacing. |
Value
Same or similar with the generics of these methods.
[Package symengine version 0.2.6 Index]