Timeline for Minimal effort method for integrating C++ functions into Mathematica
Current License: CC BY-SA 3.0
28 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 23, 2020 at 12:24 | history | edited | Szabolcs | edited tags | |
| S Feb 25, 2020 at 0:22 | history | bounty ended | xslittlegrass | ||
| S Feb 25, 2020 at 0:22 | history | notice removed | xslittlegrass | ||
| S Feb 23, 2020 at 22:23 | history | bounty started | xslittlegrass | ||
| S Feb 23, 2020 at 22:23 | history | notice added | xslittlegrass | Reward existing answer | |
| Feb 20, 2020 at 4:38 | answer | added | njpipeorgan | timeline score: 19 | |
| Apr 1, 2018 at 6:00 | history | tweeted | twitter.com/StackMma/status/980323879821377537 | ||
| Mar 23, 2018 at 12:29 | history | edited | Michael E2 | CC BY-SA 3.0 | Fixed broken link |
| Jun 14, 2017 at 17:01 | vote | accept | Szabolcs | ||
| Jun 14, 2017 at 15:48 | history | edited | Szabolcs | CC BY-SA 3.0 | added 61 characters in body |
| May 23, 2017 at 12:35 | history | edited | CommunityBot | replaced http://stackoverflow.com/ with https://stackoverflow.com/ | |
| Oct 19, 2015 at 15:03 | answer | added | Szabolcs | timeline score: 16 | |
| Jul 6, 2015 at 20:35 | history | edited | Szabolcs | CC BY-SA 3.0 | deleted 7 characters in body |
| Jul 19, 2012 at 8:33 | history | edited | Szabolcs | CC BY-SA 3.0 | added 189 characters in body; edited tags |
| Jul 18, 2012 at 11:42 | history | migrated | from stackoverflow.com (revisions) | ||
| Nov 25, 2011 at 16:19 | vote | accept | Szabolcs | ||
| Jun 14, 2017 at 17:01 | |||||
| Nov 17, 2011 at 8:50 | comment | added | Szabolcs | @jfklein Thanks for the comment and the indirect help through Arnoud's answer! It wasn't clear to me if it's possible to use this to intermingle hand-written code with generated one. Some of the answers I got do use some related features to automate the process. | |
| Nov 16, 2011 at 15:45 | comment | added | Joel Klein | The C code generation features are about converting Compile expressions to C code for speed or use them outside Mathematica, rather than accessing existing C code from the kernel. | |
| Nov 16, 2011 at 13:38 | answer | added | WReach | timeline score: 49 | |
| Nov 15, 2011 at 23:16 | answer | added | Arnoud Buzing | timeline score: 70 | |
| Nov 15, 2011 at 21:11 | answer | added | Leonid Shifrin | timeline score: 29 | |
| Nov 15, 2011 at 19:24 | answer | added | asim | timeline score: 14 | |
| Nov 15, 2011 at 18:41 | answer | added | rcollyer | timeline score: 40 | |
| Nov 15, 2011 at 18:22 | comment | added | Brett Champion | CCompilerDriver/tutorial/Compilation#472267182 in the Mathematica documentation is probably a good starting point. | |
| Nov 15, 2011 at 18:11 | comment | added | rcollyer | That's what I thought you meant, I was just trying to be clear. | |
| Nov 15, 2011 at 18:06 | comment | added | Szabolcs | @rcollyer By "scalars" I meant that I have a finite number of parameters, each of which is a number. I wanted to point out that I don't need to pass variable (or fixed...) length vectors/list | |
| Nov 15, 2011 at 18:04 | comment | added | rcollyer | Is that a List of scalars, or a finite number of parameters? | |
| Nov 15, 2011 at 17:57 | history | asked | Szabolcs | CC BY-SA 3.0 |