|
[Date Index]
[Thread Index]
[Author Index]
Re: Size of .mx files
- To: mathgroup at smc.vnet.net
- Subject: [mg65267] Re: Size of .mx files
- From: "ragfield" <ragfield at gmail.com>
- Date: Thu, 23 Mar 2006 06:58:25 -0500 (EST)
- References: <dvgsoe$9sq$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Does your list of complicated expressions contain any packed arrays
(Developer`PackedArrayQ returns True) of Integer or Real values? If
so, you might try re-packing them after reading it in from the text
file (using Developer`ToPackedArray) if it's not happening
automatically.
-Rob
Prev by Date:
Re: How to sample a 2-dim. r.v. with known density function?
Next by Date:
Re: Reading Results from J/Link
Previous by thread:
Re: Size of .mx files
Next by thread:
Unevaluated values of a[[i]]+b[[j]]
|