Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
1answer
97 views

Load a mathematica package from within a package

I have more or less the following setting. In ~/path/to/my/packages I have two packages package1.m and package2.m. Each package's outline is, for example, the following: BeginPackage["package1`"] ...
4
votes
3answers
860 views

REvolution for R

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 ...
3
votes
2answers
337 views

Getting started with Mathematica packages

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 ...
1
vote
4answers
200 views

Mathematical packages that can be used from .NET

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 ...