index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
unsupported
/
Eigen
/
NonLinear
Commit message (
Expand
)
Author
Age
*
rename NonLinear to NonLinearOptimization
Thomas Capricelli
2009-11-09
*
starting documentation
Thomas Capricelli
2009-11-09
*
fdjac2 is not needed anymore
Thomas Capricelli
2009-09-28
*
remove some duplicated code LevenbergMarquardt::minimizeNumericalDiff*() by
Thomas Capricelli
2009-09-28
*
cleaning doc
Thomas Capricelli
2009-09-28
*
merge files
Thomas Capricelli
2009-08-25
*
rename files
Thomas Capricelli
2009-08-25
*
merge both c methods lmstr/lmstr1 into one class
Thomas Capricelli
2009-08-25
*
merge both c methods lmdif/lmdif1 into one class
Thomas Capricelli
2009-08-25
*
merge both c methods hybrj1/hybrj into one class HybridNonLinearSolver with
Thomas Capricelli
2009-08-25
*
merge both c methods hybrd/hybrd1 into one class HybridNonLinearSolver with
Thomas Capricelli
2009-08-25
*
merge both c methods lmder/lmder1 into one class LevenbergMarquardt with
Thomas Capricelli
2009-08-25
*
* use eigen object for callbacks for hybrd and lmdif
Thomas Capricelli
2009-08-23
*
we do not need/use the 'void *p' parameter
Thomas Capricelli
2009-08-23
*
raw import of covar() : this is the last one, and we now do not depend on
Thomas Capricelli
2009-08-22
*
Now that the main algorithms are imported into eigen, we import subroutines
Thomas Capricelli
2009-08-22
*
cleaning : removing #define, use std:min() and such
Thomas Capricelli
2009-08-22
*
merging ei_lmdif() and lmdif_template()
Thomas Capricelli
2009-08-21
*
rename i__ to i. i really wonder how f2c can produce such things
Thomas Capricelli
2009-08-21
*
* porting lmdif1 to eigen
Thomas Capricelli
2009-08-20
*
porting hybrj1 to eigen
Thomas Capricelli
2009-08-20
*
porting hybrd1 to eigen
Thomas Capricelli
2009-08-20
*
porting lmstr1 to eigen
Thomas Capricelli
2009-08-20
*
porting lmder1 to eigen (no more wrapper)
Thomas Capricelli
2009-08-20
*
use eigen stableNorm() instead of cminpack 'enorm'. The results are mostly
Thomas Capricelli
2009-08-20
*
use machine precision from eigen instead of the one from cminpack. The test
Thomas Capricelli
2009-08-19
*
import main files from cminpack as *.h files:
Thomas Capricelli
2009-08-19
*
i wonder how useful this really is, but others do this way. Probably
Thomas Capricelli
2009-08-09
*
Start of module "NonLinear". We start out of cminpack-1.0.2
Thomas Capricelli
2009-08-08