|
[Date Index]
[Thread Index]
[Author Index]
Re: Memory Management
- To: mathgroup at smc.vnet.net
- Subject: [mg13732] Re: [mg13623] Memory Management
- From: iaguirre at tsc.upna.es (Idoia Aguirre)
- Date: Wed, 19 Aug 1998 01:38:23 -0400
- Sender: owner-wri-mathgroup at wolfram.com
Hello, again.
I still having problems with my calculations. Can anyboy explain to me
why if I execute a function over each element of a list it takes much
more time than if i do it separately with each element:
1) f[#]&/@list1
2) f[list[[1]]]
f[list[[2]]]
f[list[[3]]]
.
.
.
Thansk,
Idoia
Prev by Date:
Re: Fourier Transform
Next by Date:
Please somebody, need help on weightmatching/minimizing problem!
Previous by thread:
Re: Memory Management
Next by thread:
New Notebook Select or Evaluation Command?
|