From 22f703cab05b7cd368f4de9e03991b7664dc5022 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 1 Sep 2014 13:56:46 +0200 Subject: Initial import of argyll version 1.5.1-8 --- numlib/Readme.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 numlib/Readme.txt (limited to 'numlib/Readme.txt') 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 + -- cgit v1.2.3