Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.soft-sys.math.mathematica > #3078 > unrolled thread
| Started by | Frank K <fkampas@gmail.com> |
|---|---|
| First post | 2011-06-12 09:06 +0000 |
| Last post | 2011-06-12 09:06 +0000 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.soft-sys.math.mathematica
Passing Compiled Functions To FindRoot, FindMinimum, and NMinimize Frank K <fkampas@gmail.com> - 2011-06-12 09:06 +0000
| From | Frank K <fkampas@gmail.com> |
|---|---|
| Date | 2011-06-12 09:06 +0000 |
| Subject | Passing Compiled Functions To FindRoot, FindMinimum, and NMinimize |
| Message-ID | <it1vie$b5b$1@smc.vnet.net> |
The built-in compiler is much more powerful in Version 8 than in
previous versions. One example of this is the new RuntimeOptions
attribute for Compile. By setting RuntimeOptions ->
{"EvaluateSymbolically" -> False}, the user can generate a compiled
function which can result in significantly faster results from
FindRoot, FindMinimum and NMinimize. The documentation for
RuntimeOptions gives an example of this for
FindRoot and I have verified that it also works for FindMinimum and
NMinimize.
Back to top | Article view | comp.soft-sys.math.mathematica
csiph-web