Announcing WNLIB 9.0 - Free C Subroutine Library
From: Will Naylor (wcncom_at_aol.com)
Date: 09/21/04
- Next message: Jym: "Re: A way for P!=NP"
- Previous message: Denis Flex: "Re: A way for P!=NP"
- Next in thread: Colin Andrew Percival: "Re: Announcing WNLIB 9.0 - Free C Subroutine Library"
- Reply: Colin Andrew Percival: "Re: Announcing WNLIB 9.0 - Free C Subroutine Library"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 21 Sep 2004 08:29:21 GMT
WNLIB 9.0 is now available for download.
During my 15 years of C programming, I have accumulated a large library of
subroutines which I have found most useful in quickly writing fast, portable,
clean C programs. I am now making it available to all, with no usage
restrictions.
Of particular interest to readers of this newsgroup:
- various matrix and vector routines.
- very good pseudo-random number generator. Also a routine to generate
true random numbers (no kidding!). Normal distribution,
Poisson distribution, Cauchy distribution, etc.
- unconstrained non-linear optimization routines: implementation of
conjugate-gradient and conjugate-directions algorithms.
- constrained non-linear optimization routines: based on conjugate-gradient
algorithm with penalties.
- simplex method for linear programming: contains anti-cycling and numerical
stability hacks. No optimization for sparse matrix.
- transportation problem/assignment problem routine: optimization for
sparse matrix.
- fast Fourier transform routines.
- general simulated annealing routine
- improved memory allocator and memory debugger; parsing package
- data structures: linked list; balanced binary tree;
hash table - with common hash functions; dd tree
- sorting for lists and arrays
You can download it by going to this URL:
http://www.willnaylor.com/wnlib.html
Happy hacking!
- Will Naylor
email: pub@willnaylor.com
- Next message: Jym: "Re: A way for P!=NP"
- Previous message: Denis Flex: "Re: A way for P!=NP"
- Next in thread: Colin Andrew Percival: "Re: Announcing WNLIB 9.0 - Free C Subroutine Library"
- Reply: Colin Andrew Percival: "Re: Announcing WNLIB 9.0 - Free C Subroutine Library"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|