2,538 reputation
1725
bio website
location
age
visits member for 1 year, 4 months
seen Feb 16 at 17:11
stats profile views 128

Jan
31
comment Memoization of Rounded inputs
If this doesn't bear fruit, I'll bite the bullet, precompute all grid cell values, and use an Interpolation[]. For 2D maybe it's not all that bad, especially if I save the interpolatingfunction.
Jan
31
comment Memoization of Rounded inputs
It's a 2D case, but I'm interested in the 1D as well. Might be able to extend it.
Jan
31
asked Memoization of Rounded inputs
Jan
31
accepted Problem with EllipticE documentation
Jan
31
comment Problem with EllipticE documentation
@Searke Done. :)
Jan
30
accepted Is there an NDSolve`ProcessEquations analog for NIntegrate?
Jan
30
comment Is there an NDSolve`ProcessEquations analog for NIntegrate?
As there haven't been any other answers to the contrary, I shall conclude that the answer is "no".
Jan
30
asked Problem with EllipticE documentation
Jan
29
revised Simultaneously fitting multiple datasets
addresses comment about multiple peaks.
Jan
29
comment Simultaneously fitting multiple datasets
@Markus Can you add to the question a more realistic example where my approach would fail?
Jan
29
revised Simultaneously fitting multiple datasets
fixed reordering of combined dataset
Jan
29
answered Simultaneously fitting multiple datasets
Jan
25
awarded  Beta
Jan
24
accepted How to run mathlink external commands in parallel?
Jan
24
comment How to run mathlink external commands in parallel?
Mark Great answer too. I'll accept @Szabolcs's answer simply because he includes MathLink step-by-step instructions directly here. Thanks though!
Jan
24
revised How to run mathlink external commands in parallel?
Note about ParallelNeeds[]
Jan
24
awarded  Commentator
Jan
24
comment How to run mathlink external commands in parallel?
@Szabolcs Had to run ParallelNeeds[] (in addition to Needs[]; see docs) to get this to work, since my code uses stuff from other packages. Now it is FAST! I added a note about ParallelNeeds[] in your answer, if you don't mind. But I did indeed follow all else from your answer, so will accept that one.
Jan
24
suggested suggested edit on How to run mathlink external commands in parallel?
Jan
24
comment How to run mathlink external commands in parallel?
I'm wondering if it is connecting to the same executable from all kernels. Actually, my external executable is linked against an external library (gel) which itself might be shared amongst the kernels...Maybe I have to parallelize the external function?