|
[Date Index]
[Thread Index]
[Author Index]
Re: Function Libraries and 'LibraryFunction'
- To: mathgroup at smc.vnet.net
- Subject: [mg128789] Re: Function Libraries and 'LibraryFunction'
- From: pw <p.willis at telus.net>
- Date: Sun, 25 Nov 2012 23:25:37 -0500 (EST)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- Delivered-to: l-mathgroup@wolfram.com
- Delivered-to: mathgroup-newout@smc.vnet.net
- Delivered-to: mathgroup-newsend@smc.vnet.net
- References: <20121122004935.27F8E68A7@smc.vnet.net> <17D7BE64-C0DE-41B8-AA5E-0BB31D6F51E1@trm.uni-leipzig.de>
Thank you Patrick.
Very good information.
Peter
On 12-11-25 06:13 AM, Patrick Scheibe wrote:
> Hi,
>
> I see no one has written an answer yet. First of all, yes, Mathematica supports the loading of library function. Please start reading the documentation here
>
> http://reference.wolfram.com/mathematica/LibraryLink/tutorial/Overview.html
>
> Additionally, you want to check out
>
> http://reference.wolfram.com/mathematica/guide/LibraryLink.html
> http://reference.wolfram.com/mathematica/CCompilerDriver/tutorial/Overview.html
> http://reference.wolfram.com/mathematica/CCompilerDriver/ref/CreateLibrary.html
>
> and all references therein.
>
> These are basically the (1.) gotchas you should know and the (3.) doc. Furthermore, please note, that you have code-examples which reside in
>
> SystemFiles/Links/LibraryLink/LibraryResources/Source
>
> under your Mathematica install path.
>
> 2.) Everything is explained in the documentation. The big advantage is, that it is possible to access tensors (lists, matrices, ..) of the Mathematica without copying them.
>
> I hope this gives you a start.
>
> Cheers
> Patrick
>
Prev by Date:
Re: non optimized inner for loops
Next by Date:
Re: Manually tell Mathematica how to evaluate integrals
Previous by thread:
Re: Function Libraries and 'LibraryFunction'
Next by thread:
Novice problem in mathematica syntax : Function of a function:
|