Go to file
Thomas Capricelli b695113a81 Add all other file from cminpack/examples as tests.
Important : one test was failing because cminpack-1.0.2 does x[3]=1. on x
which is of size 3. Probably because fortran indices are shifted wrt to C
indices and someone forgot to fix this one.

This is correct in this commit and this is the only change I've done on files
from cminpack examples.

(i've also reported the bug to cminpack author)
2009-08-08 23:41:54 +02:00
bench add ger and lu with partial pivoting in BTL 2009-08-04 11:30:33 +02:00
cmake apply patch from Marcus Hanwell: Improved quoting of tests when added to the build 2009-08-02 15:09:34 +02:00
demos remove sentence "Eigen itself is part of the KDE project." 2009-05-22 20:25:33 +02:00
disabled change the implementation of BandMatrix to follow the BLAS/LAPACK storage scheme 2009-07-15 17:00:49 +02:00
doc update doc 2009-07-28 17:11:15 +02:00
Eigen replace custom rank one update in LU by an expression 2009-08-08 00:01:43 +02:00
test fixes in determinant and homogeneous 2009-08-06 16:54:55 +02:00
unsupported Add all other file from cminpack/examples as tests. 2009-08-08 23:41:54 +02:00
.hgignore add basic .hgignore file for most common generated/temporary files 2009-08-08 21:42:14 +02:00
.krazy * Add Hyperplane::transform(Matrix/Transform) 2008-08-31 13:32:29 +00:00
CMakeLists.txt remove the FORCE 2009-08-04 17:06:54 +02:00
COPYING Relicense --> dual-license LGPL3+/GPL2+ 2008-02-28 15:44:45 +00:00
COPYING.LESSER Relicense --> dual-license LGPL3+/GPL2+ 2008-02-28 15:44:45 +00:00
CTestConfig.cmake enable our own ctest dashboard 2009-07-20 23:06:04 +02:00
Doxyfile * block() for vectors ---> segment() 2008-09-15 15:45:41 +00:00
eigen2.pc.in Added pkgconfig support 2009-05-19 11:48:50 -05:00
Mainpage.dox * classify and sort the doxygen "related pages" 2009-02-04 09:44:44 +00:00