blob: 8cc0173aa539c659d9dac2d2e0e4f54843ed3a67 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
|