# S3 method for ObjectArray
length(x)
# S3 method for SectMatrix
length(x)# S3 method for ObjectArray
dim(x)
# S3 method for SectMatrix
dim(x)
# S3 method for ObjectArray
dimnames(x)
# S3 method for SectMatrix
dimnames(x)
# S3 method for ObjectArray
dimnames(x) <- value
# S3 method for SectMatrix
dimnames(x) <- value
# S3 method for VectorLike
print(x, …)
# S3 method for ObjectArray
format(x, …)
# S3 method for SectMatrix
format(x, na.string="", …)
# S3 method for ZERO
format(x, …)
# S3 method for VectorLike
head(x, n=6, …)
# S3 method for VectorLike
tail(x, n=6, …)