dup: Deep-Copy

dupR Documentation

Deep-Copy

Description

Functions to perform deep copies of matrices.

Usage

 
   dup.vanilla(mat) 
   dup.bigmemory(mat)

Arguments

mat

matrix to be copied.

Details

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.

Value

The matrix copy.


matpow documentation built on March 18, 2022, 7:41 p.m.

Related to dup in matpow...