These are miscellaneous S3/S4 methods defined for DenseMatrix
class.
# 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
Same or similar with the generics of these methods.
A DenseMatrix object.
Arguments for subsetting, assignment or replacing.