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
/
src
/
NonLinearOptimization
Commit message (
Expand
)
Author
Age
*
Remove LM::sqrt_() member function in favor of a shortcut for sqrt(epsilon())
Gael Guennebaud
2014-09-02
*
Allow LevenbergMarquardt to work with non-standard types.
Freddie Witherden
2014-08-27
*
compilation fixes in unsupported
Gael Guennebaud
2013-06-12
*
Fix bug #314: move remaining math functions from internal to numext namespace
Gael Guennebaud
2013-06-10
*
Replace assert() by eigen_assert() (fixes bug #548).
Jitse Niesen
2013-02-02
*
Backed out changeset 363e506776babe4fdfb8e670fe6d91942fc61d7c
Gael Guennebaud
2012-12-07
*
Rename the old LevenbergMarquardt class to LevenbergMarquardtLegacy
Desire NUENTSA
2012-12-07
*
Fix bug #314:
Gael Guennebaud
2012-11-06
*
Discard failing tests in NonlinearOptimization
Desire NUENTSA
2012-10-09
*
MINPACK license is OK for MPL2 after all
Benoit Jacob
2012-07-15
*
Add a EIGEN_MPL2_ONLY build option to generate compiler errors when including...
Benoit Jacob
2012-07-13
*
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
Benoit Jacob
2012-07-13
*
fix lmdif1 with Scalar!=double
Gael Guennebaud
2012-05-01
*
Get rid of include directives inside namespace blocks (bug #339).
Jitse Niesen
2012-04-15
*
fix a bug where some rotations were not initialized
Thomas Capricelli
2011-08-04
*
wa2 was computed twice because of a confustion between changesets
Thomas Capricelli
2011-08-04
*
protect calls to min and max with parentheses to make Eigen compatible with d...
Gael Guennebaud
2011-07-21
*
fix typo in constant name
Thomas Capricelli
2011-06-12
*
fix intallation of unsupported modules
Gael Guennebaud
2011-02-16
*
fix misc warnings
Thomas Capricelli
2011-02-04
*
bug #86 : use internal:: namespace instead of ei_ prefix
Benoit Jacob
2010-10-25
*
rename PlanarRotation -> JacobiRotation
Benoit Jacob
2010-10-19
*
fix warning with gcc 4.3
Gael Guennebaud
2010-06-10
*
Fixed many MSVC warnings.
Hauke Heibel
2010-06-09
*
the Index types change.
Benoit Jacob
2010-05-30
*
compile
Benoit Jacob
2010-04-25
*
* implement the corner() API change: new methods topLeftCorner() etc
Benoit Jacob
2010-04-22
*
fix use of uninitialzed calues
Gael Guennebaud
2010-04-17
*
misc cleaning
Thomas Capricelli
2010-02-28
*
NonLinearOptimization : clean 'mode' handling from the old minpack code :
Thomas Capricelli
2010-02-21
*
fix usage of epsilon wrt to latest API change
Thomas Capricelli
2010-02-11
*
erm.... using nxn is the actual purpose of this variant, fix this.
Thomas Capricelli
2010-01-29
*
Put the Status outside of the class, it really does not depend on the
Thomas Capricelli
2010-01-28
*
eigenization of ei_r1updt()
Thomas Capricelli
2010-01-28
*
misc cleaning / eigenization
Thomas Capricelli
2010-01-28
*
port ei_rwupdt to c++, and misc cleaning
Thomas Capricelli
2010-01-27
*
use PlanarRotation<> instead of handmade givens rotation in cminpack code
Thomas Capricelli
2010-01-26
*
clean r1mpyq: remove fortran leftovers
Thomas Capricelli
2010-01-26
*
misc cleaning
Thomas Capricelli
2010-01-26
*
more eigenization, dropped 'ipvt' in lm
Thomas Capricelli
2010-01-26
*
fix possible segfault
Thomas Capricelli
2010-01-26
*
remove spaces
Thomas Capricelli
2010-01-26
*
get rid of ei_qform + lot of other cleaning, now that we do not depend on
Thomas Capricelli
2010-01-26
*
some more eigenization
Thomas Capricelli
2010-01-26
*
cleaning
Thomas Capricelli
2010-01-26
*
use a plain matrix to store the upper triangular matrix 'R', instead
Thomas Capricelli
2010-01-26
*
cleaning
Thomas Capricelli
2010-01-26
*
some more (thoroughly checked) eigenization
Thomas Capricelli
2010-01-26
*
fix a bug introduced between the cminpack version of Manolis Lourakis and
Thomas Capricelli
2010-01-26
*
Use eigen methods for solving triangular systems. We loose again very
Thomas Capricelli
2010-01-25
[next]