Dimensions of a pdMat Object

DESCRIPTION:

This method function returns the dimensions of the matrix represented by object.

USAGE:

Dim(object) 

REQUIRED ARGUMENTS:

object
an object inheriting from class pdMat, representing a positive-definite matrix.

VALUE:

an integer vector with the number of rows and columns of the matrix represented by object.

SEE ALSO:

EXAMPLES:

Dim(pdSymm(diag(3)))