--- [EMAIL PROTECTED] wrote:
> I have the 'Numerical Recipes in Pascal' CD-ROM, but I
> suspect
> there might be copyright issues involved when distributing these
> algorithms
> :/
A version of the NR code is freely available on the net as a zip file
complete with the code and the examples. The c
Here is another link you might find useful:
http://www-rab.larc.nasa.gov/nmp/fNMPhome.htm
__
Do you Yahoo!?
Yahoo! Mail - You care about security. So do we.
http://promotions.yahoo.com/new_mail
__
>
> Jedi math hardly has a math dependancy, at least the last time I looked,
> it worked with FPC 1.9.x in a few minutes. (on FreeBSD)
>
> I even got the _visual_ part to work with Lazarus, but that was more an
> empty form.
Although I had a lot of success working with FreePascal, I can't say
th
Only numerical. In fact, given that I need to be 100% confident on the
results I'll have to write all the numerical functions myself. The
only thing I need is a flexible and easy to use matrix/vector library.
On Tue, 20 Jul 2004 22:58:03 +0200 (CEST), [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
>
> I'm developing a statistical software and I need a mathematical
> (algebra) unit for FreePascal. Right now I'm using Jedi_Math with
> Delphi but I don't want the VLC/CLX dependency and I hate using
> proprietary software (Delphi or Kylix). If the unit is
> object-oriented, even better.
Jedi math
On Tue, 20 Jul 2004, Agustin Barto wrote:
> I'm developing a statistical software and I need a mathematical
> (algebra) unit for FreePascal. Right now I'm using Jedi_Math with
> Delphi but I don't want the VLC/CLX dependency and I hate using
> proprietary software (Delphi or Kylix). If the unit
I'm developing a statistical software and I need a mathematical
(algebra) unit for FreePascal. Right now I'm using Jedi_Math with
Delphi but I don't want the VLC/CLX dependency and I hate using
proprietary software (Delphi or Kylix). If the unit is
object-oriented, even better.
Thanks to the last