C++ implementation of Gauss-newton and conjugate-gradients optimization

The header file [ Cg.h ] describes the API,

Compile and run test code [ src.tar.gz ] on Linux with
  $ g++ -lm -DTESTCG Cg.cpp -o testcg
  $ ./testcg

See a newer java version [ ../inv/ ]

Several papers describe ways to use this code: [ ../../papers/regularization.pdf ] [ ../../papers/neural.pdf ] [ ../../papers/rmsinv.pdf ]


File:   Bytes:   Modified:
Almost.h     4377   2005-08-12 09:27:16 -0600
Cg.cpp     28435   2005-08-12 09:27:16 -0600
Cg.h     15832   2005-08-12 09:27:16 -0600
ProgressMonitor.h     1361   2005-08-12 09:27:16 -0600
README     416   2005-08-12 09:27:16 -0600
src.tar.gz     14343   2009-12-05 13:16:08 -0700


Return to parent directory.