diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-09-01 13:56:46 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-09-01 13:56:46 +0200 |
commit | 22f703cab05b7cd368f4de9e03991b7664dc5022 (patch) | |
tree | 6f4d50beaa42328e24b1c6b56b6ec059e4ef21a5 /numlib/Readme.txt |
Initial import of argyll version 1.5.1-8debian/1.5.1-8
Diffstat (limited to 'numlib/Readme.txt')
-rw-r--r-- | numlib/Readme.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/numlib/Readme.txt b/numlib/Readme.txt new file mode 100644 index 0000000..8cc0173 --- /dev/null +++ b/numlib/Readme.txt @@ -0,0 +1,14 @@ +Collection of numerical routines used by various other +(mainly color) code. + +Included are: + +numsup Error handling, vector/array allocation, macros +dnsq Non-linear equation solver +powell Powell and Conjugate Gradient multi dimentional minimiser +ludecomp LU decomposition matrix solver +svd Singular Value decomposition matrix solver +zbrent 1 dimentional brent root search +rand Random number generators +sobolo Sobol sub-random vector sequence generator + |