Matrix of a pdMat Object

DESCRIPTION:

This method function extracts the positive-definite matrix represented by x.

USAGE:

as.matrix(x) 

REQUIRED ARGUMENTS:

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

VALUE:

a matrix corresponding to the positive-definite matrix represented by x .

SEE ALSO:

,

EXAMPLES:

as.matrix(pdSymm(diag(4)))