Hello,
which are some mathematical packages that can be used from C#? I know about Lutz Roeder's Mapack package, do you know about similar packages? I am mainly interested of numerical analysis: numerical integration, linear and non-linear equations solving.
Thanks.
...
Can someone offer some advice on how to get started with mathematica packages?
I can save the following in a file named "Foo.m". When I run the input cell in that file, I can see the effects reflected in $ContextPath variable.
BeginPackage["Foo`"]
bar::usage = "barfunction";
Begin["`private`"]
bar[w_] := w;
End[];
EndPackage[];
H...
Hi all,
since the latest Ubuntu release (karmic koala), I noticed that the internal R package advertises on start-up the REvolution package.
It seems to be a library collection for high-performance matrix calculations. And it seems to really work, apparently. For example on a matrix transposition with REvolution:
> system.time(t(matrix...