dup {matpow} | R Documentation |
Functions to perform deep copies of matrices.
dup.vanilla(mat)
dup.bigmemory(mat)
mat |
matrix to be copied. |
One of the arugments to matpow
is dup
, a
function to do deep copying of the type of matrix being used. The user
may supply a custom one, or use either dup.vanilla
or
dup.bigmemory.
The matrix copy.