index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
unsupported
/
test
/
NonLinearOptimization.cpp
Commit message (
Expand
)
Author
Age
*
More Index realted warnings.
Hauke Heibel
2010-06-20
*
merge my Dynamic -> -1 change
Benoit Jacob
2010-06-11
|
\
*
|
unsplit this test: was compiling 16 times the same thing! Need to find anothe...
Benoit Jacob
2010-06-11
|
*
Fixed many MSVC warnings.
Hauke Heibel
2010-06-09
|
/
*
the Index types change.
Benoit Jacob
2010-05-30
*
* implement the corner() API change: new methods topLeftCorner() etc
Benoit Jacob
2010-04-22
*
tests for nonlinear module : use different slots + misc cleaning
Thomas Capricelli
2010-04-18
*
Use a specialization of test_is_equal() instead of defining COMPARE()
Thomas Capricelli
2010-02-27
*
* define COMPARE(,), which prints expected/actual results in case of failure
Thomas Capricelli
2010-02-27
*
NonLinearOptimization : clean 'mode' handling from the old minpack code :
Thomas Capricelli
2010-02-21
*
also fix tests for NumTraits<double>::epsilon()
Thomas Capricelli
2010-02-11
*
more eigenization, dropped 'ipvt' in lm
Thomas Capricelli
2010-01-26
*
some more (thoroughly checked) eigenization
Thomas Capricelli
2010-01-26
*
Use eigen methods for solving triangular systems. We loose again very
Thomas Capricelli
2010-01-25
*
Replace the qr factorization from (c)minpack (qrfac) by Eigen's own stuff.
Thomas Capricelli
2010-01-25
*
port unsupported modules to new API
Gael Guennebaud
2010-01-05
*
rename test for coherency with previous renaming of the module
Thomas Capricelli
2009-11-16