[plt-scheme] standard way to get matrix inverses?
On Wed, Dec 30, 2009 at 5:24 PM, Todd O'Bryan <toddobryan at gmail.com> wrote:
> Excellent. Anybody know how to get GSL working on Windows, or should I
> just tell my student to install Linux?
Dunno about GSL on Windows.put a quick Google returned this:
http://gnuwin32.sourceforge.net/packages/gsl.htm
> AND
>
> I've installed GSL and git. Now where do I put everything so I can use it?
Do something like
git pull git://github.com/noelwelsh/mzgsl.git
Then create a planet dev link to the directory in which the code is installed
planet link schematics mzgsl.plt 1 0 .
or whatever is the correct syntax.
N. (Not on a computer w/ PLT installed)