### Name: Matrix.pdMat
### Title: Assign Matrix to a pdMat Object
### Aliases: matrix<-.pdMat matrix<-.pdBlocked
### Keywords: models

### ** Examples

pd1 <- pdSymm(diag(3))
matrix(pd1) <- diag(1:3)
pd1



