Thomas Capricelli
|
91561cded4
|
use a plain matrix to store the upper triangular matrix 'R', instead
of the "compact inside a vector" scheme used by fortran/minpack.
The most difficult part is to fix all related code. Tests pass.
|
2010-01-26 05:59:58 +01:00 |
|
Thomas Capricelli
|
4b859c8554
|
cleaning
|
2010-01-26 01:59:32 +01:00 |
|
Thomas Capricelli
|
ee0e39284c
|
Replace the qr factorization from (c)minpack (qrfac) by Eigen's own stuff.
Results as checked by unit tests are very slightly worse, but not much.
|
2010-01-25 07:22:28 +01:00 |
|
Gael Guennebaud
|
39209edd71
|
port unsupported modules to new API
|
2010-01-05 15:38:20 +01:00 |
|
Jitse Niesen
|
63957ad5d6
|
Remove //@{ ... //@} for same reason as in changeset 2026ea7ff2
.
|
2009-12-13 00:29:31 +00:00 |
|
Thomas Capricelli
|
746c787a76
|
computes column norms outside of ei_qrfac()
|
2009-11-26 02:53:58 +01:00 |
|
Thomas Capricelli
|
dca80b5f22
|
use typedef
|
2009-11-25 23:08:46 +01:00 |
|
Thomas Capricelli
|
de195e0e78
|
some more documentation
|
2009-11-09 04:21:45 +01:00 |
|
Thomas Capricelli
|
ac8f7d8c9c
|
various fixes in headers
|
2009-11-09 03:32:40 +01:00 |
|
Thomas Capricelli
|
71a3e96b49
|
rename NonLinear to NonLinearOptimization
|
2009-11-09 03:27:15 +01:00 |
|