By Reference
- To: mathgroup at smc.vnet.net
- Subject: [mg105405] By Reference
- From: snirga <snirgaz at gmail.com>
- Date: Tue, 1 Dec 2009 04:15:18 -0500 (EST)
Hi All, I am implementing a "call by reference" in Mathematica using HoldFirst in order to send a huge matrix into a function. I wanted to verify that Mathematica doesn't create a memory copy of this matrix once it is being sent to the function. Thanks Snir