## preallocating is possible here too
ma <- mpfrArray(NA, prec = 80, dim = 2:4)
validObject(a2 <- mpfrArray(1:24, prec = 64, dim = 2:4))
## recycles, gives an "mpfrMatrix" and dimnames :
mat <- mpfrArray(1:5, 64, dim = c(5,3), dimnames=list(NULL, letters[1:3]))
mat
Run the code above in your browser using DataLab