File: NOTES

package info (click to toggle)
pdl 1%3A2.007-4
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 11,848 kB
  • ctags: 6,321
  • sloc: perl: 32,760; fortran: 13,113; ansic: 9,273; makefile: 81; sh: 32
file content (28 lines) | stat: -rw-r--r-- 831 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
20-Jun-2006

Moved the "Small Science Libraty" code from ssl/ into this directory
to avoid having to deal with OS/system-specific make files.

Changed nan("") to atof("NaN") on Solaris machines (done in a quick
way; should be handled in Basic/Core/ or top-level Makefile.PL).

--Doug Burke

7-Jan-2004

Added a subset of the "Small Science Library" available from
geisshirt.dk, to handle eigens work.  The former 'eigens.c' is
now relegated to 'eigens_sym'.

19-Nov-2002

This is intended to be a useful repository of self-contained linear
algebra routines.  Some of the stuff has been stolen from ../Math,
which in turn used the Cephes maths library sources.  Some of it was
ported to PDL from the algorithms in _Numerical_Recipes_, but the
original C code should probably be used if the copyrights allow it.

--Craig DeForest