Dim.pdMat: Dimensions of a pdMat Object
Description
This method function returns the dimensions of the matrix represented
by object
.Usage
## S3 method for class 'pdMat':
Dim(object)
Value
an integer vector with the number of rows and columns of the
matrix represented by object
.