| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 2 months |
| seen | 3 hours ago | |
| stats | profile views | 388 |
A tribute to the ONE TRUE LOGO :)

|
May 4 |
revised |
Using Apply inside Compile added working code snippet |
|
May 4 |
accepted | Using Apply inside Compile |
|
May 4 |
comment |
Using Apply inside Compile Thanks, this was very instructive. |
|
May 4 |
comment |
Using Apply inside Compile Or to put it another way, why is With even necessary, since apply[f : (_Function | _CompiledFunction), vars : {__Symbol}] :=
Function[arglist, Block[vars, vars = arglist; f @@ vars]]; seems to work as well. |
|
May 4 |
comment |
Using Apply inside Compile Aha, so this works by wrapping the original function in another function which takes just a single argument (the list) and then mass assigning back to individual arguments? When is the Apply used in With evaluated? |
|
May 4 |
asked | Using Apply inside Compile |
|
May 3 |
revised |
Shaving the last 50 ms off NMinimize Added a subquestion |
|
May 3 |
answered | How to change working directory for calculation and save |
|
May 3 |
revised |
Shaving the last 50 ms off NMinimize added links to mentioned papers |
|
May 3 |
revised |
Having the derivative be an operator The example quoted was missing an x |
|
May 1 |
awarded | Civic Duty |
|
May 1 |
awarded | Good Question |
|
Apr 30 |
accepted | Shaving the last 50 ms off NMinimize |
|
Apr 29 |
comment |
Shaving the last 50 ms off NMinimize +1 Thank you. Some brilliant techniques for in-lining. Can't wait to try this out (at work). Definitely deserves a gold badge (although it should be this posts that outscores the other one:) |
|
Apr 28 |
comment |
Creating ghost trail effects @jmlopez You could do that using Interpolationreference.wolfram.com/mathematica/ref/Interpolation.html |
|
Apr 27 |
comment |
Import DCD (CHARMM/NAMD binary trajectory) file A good idea and it should be fairly trivial to implement. |
|
Apr 27 |
awarded | Enlightened |
|
Apr 27 |
awarded | Nice Answer |
|
Apr 26 |
answered | Import DCD (CHARMM/NAMD binary trajectory) file |
|
Apr 26 |
accepted | Short syntax for accessing System`Utilities`HashTableAdd and System`Utilities`HashTableGet |