Last chance! 50% off unlimited learning
Sale ends in
This method function returns the dimensions of the matrix represented
by object
.
# S3 method for pdMat
Dim(object, …)
an object inheriting from class "pdMat"
,
representing a positive-definite matrix.
some methods for this generic require additional arguments. None are used in this method.
an integer vector with the number of rows and columns of the
matrix represented by object
.
# NOT RUN {
Dim(pdSymm(diag(3)))
# }
Run the code above in your browser using DataLab