Re: Intensive numerical calculations
- To: mathgroup at smc.vnet.net
- Subject: [mg80416] Re: Intensive numerical calculations
- From: Cristian <LumisrobTogliquesto at yahoo.com>
- Date: Wed, 22 Aug 2007 04:38:33 -0400 (EDT)
- References: <f9s445$all$1@smc.vnet.net><fabgog$id8$1@smc.vnet.net> <fae9u4$ec7$1@smc.vnet.net>
On Tue, 21 Aug 2007 09:06:12 +0000 (UTC), Yaroslav Bulatov <yaroslavvb at gmail.com> wrote: >Efficiency can vary depending on your implementation. For instance >here's a range of solutions to the problem of sampling markov chains, >and their execution times varies by a factor of more than 2000. The >fastest solution had similar runtime to optimized C code. > >http://groups.google.com/group/comp.soft-sys.math.mathematica/browse_thread/thread/21f088453d0c6745/5e9853ea4489135d?lnk=st&q=&rnum=1#5e9853ea4489135d > They are academic examples or almost..... tries to work with matrixes of 10^5 x 10 ^5 ( double) and to use some graphics and to hold everything in memory... he goes to footstep of snail and there is no solution... Real problem (structural project for examples )...We can climb only on the mirrors...(matlink, etc etc etc..) And then test in c++ ...compile and use..... thanks cristian
- Follow-Ups:
- Re: Re: Intensive numerical calculations
- From: Daniel Lichtblau <danl@wolfram.com>
- Re: Re: Intensive numerical calculations