Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | improve the scripts for building unit tests: | Benoit Jacob | 2009-11-25 |
| | | | | | * support unsupported/ * use egrep instead of grep, properly escape special chars. | ||
* | use typedef | Thomas Capricelli | 2009-11-25 |
| | |||
* | silent warnings | Thomas Capricelli | 2009-11-25 |
| | |||
* | fix important typo | Thomas Capricelli | 2009-11-21 |
| | |||
* | * eigen2->eigen3 | Benoit Jacob | 2009-11-19 |
| | | | | | * bump version to 2.91.0 * add FindEigen3.cmake | ||
* | rename test for coherency with previous renaming of the module | Thomas Capricelli | 2009-11-16 |
| | |||
* | Build tests for unsupported modules if EIGEN_LEAVE_TEST_IN_ALL_TARGET | Jitse Niesen | 2009-11-13 |
| | |||
* | * use standard CMAKE_BUILD_TYPE | Benoit Jacob | 2009-11-11 |
| | | | | | * remove debug_xxx targets * runtest.sh: don't run make | ||
* | doxygen : exclude diff files | Thomas Capricelli | 2009-11-10 |
| | |||
* | make the complex module appear in doxygen + small documentation | Thomas Capricelli | 2009-11-10 |
| | |||
* | make FFT appear in doxygen doc, and provide a mininum of documentation | Thomas Capricelli | 2009-11-10 |
| | |||
* | fix Skyline module doxygen stuff | Thomas Capricelli | 2009-11-10 |
| | |||
* | merge with main repository | Thomas Capricelli | 2009-11-10 |
|\ | |||
* | | documentation fixes | Thomas Capricelli | 2009-11-10 |
| | | |||
| * | fix compilation and removed some unused stuff in skyline | Gael Guennebaud | 2009-11-10 |
| | | |||
* | | merge with main repository | Thomas Capricelli | 2009-11-10 |
|\| | |||
| * | mv the Skyline module to unsupported/ | Gael Guennebaud | 2009-11-10 |
| | | |||
* | | merge with main repository | Thomas Capricelli | 2009-11-09 |
|\ \ | |||
* | | | few doc fixes | Thomas Capricelli | 2009-11-09 |
| | | | |||
* | | | Reduce general diff with eigen-tip. Moreover, this test now seems to pass | Thomas Capricelli | 2009-11-09 |
| | | | | | | | | | | | | again. | ||
* | | | more documentatin | Thomas Capricelli | 2009-11-09 |
| | | | |||
* | | | some more documentation | Thomas Capricelli | 2009-11-09 |
| | | | |||
* | | | various fixes in headers | Thomas Capricelli | 2009-11-09 |
| | | | |||
* | | | rename NonLinear to NonLinearOptimization | Thomas Capricelli | 2009-11-09 |
| | | | |||
* | | | documentation + move "namespace eigen" to the main file, as others do. | Thomas Capricelli | 2009-11-09 |
| | | | |||
* | | | starting documentation | Thomas Capricelli | 2009-11-09 |
| | | | |||
* | | | merge with main repository | Thomas Capricelli | 2009-11-08 |
|\ \ \ | |||
| | | * | initialize Eigen::Complex arrays | Mark Borgerding | 2009-11-09 |
| | |/ | |||
| | * | * merge | Benoit Jacob | 2009-11-09 |
| | |\ | | |/ | |/| | | | | * remove a ctor in QuaternionBase as it gives a strange error with GCC 4.4.2. | ||
| * | | improve a bit AutoDiffVector, but it still not working | Gael Guennebaud | 2009-11-06 |
| | | | |||
| * | | added inlines to a bunch of functions | Mark Borgerding | 2009-10-31 |
| | | | |||
| * | | moved half-spectrum logic to Eigen::FFT | Mark Borgerding | 2009-10-30 |
| | | | |||
| * | | moved real-half-spectrum reflection into Eigen::FFT | Mark Borgerding | 2009-10-30 |
| | | | |||
| * | | moved scaling to Eigen::FFT | Mark Borgerding | 2009-10-30 |
| | | | |||
| * | | improved selftest for Eigen::Complex -- mainly a documentation of what does ↵ | Mark Borgerding | 2009-10-28 |
| | | | | | | | | | | | | not work | ||
| * | | forgot Complex test file | Mark Borgerding | 2009-10-28 |
| | | | |||
| | * | sync with mainline | Benoit Jacob | 2009-10-28 |
| | |\ | |||
| | * | | big huge changes, so i dont remember everything. | Benoit Jacob | 2009-10-28 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * renaming, e.g. LU ---> FullPivLU * split tests framework: more robust, e.g. dont generate empty tests if a number is skipped * make all remaining tests use that splitting, as needed. * Fix 4x4 inversion (see stable branch) * Transform::inverse() and geo_transform test : adapt to new inverse() API, it was also trying to instantiate inverse() for 3x4 matrices. * CMakeLists: more robust regexp to parse the version number * misc fixes in unit tests | ||
| * | | | added inline to many functions | Mark Borgerding | 2009-10-22 |
| | |/ | |/| | |||
| * | | inlining,all namespace declaration moved to FFT, removed preprocessor ↵ | Mark Borgerding | 2009-10-21 |
| | | | | | | | | | | | | definitions, | ||
| * | | merge branches | Mark Borgerding | 2009-10-21 |
| |\ \ | |||
| * | | | renamed 'Traits' to 'Impl', added vim modelines for syntax highlighting | Mark Borgerding | 2009-10-21 |
| | | | | |||
| | * | | MatrixBase: | Benoit Jacob | 2009-10-20 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | * support resize() to same size (nop). The case of FFT was another case where that make one's life far easier. hope that's ok with you Gael. but indeed, i don't use it in the ReturnByValue stuff. FFT: * Support MatrixBase (well, in the case with direct memory access such as Map) * adapt unit test | ||
| * | | merged eigen2_for_fft into eigen2 mainline | Mark Borgerding | 2009-10-20 |
| |\ \ | |||
| * | | | * add a Make* expression type builder to allow the | Gael Guennebaud | 2009-10-16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | construction of generic expressions working for both dense and sparse matrix. A nicer solution would be to use CwiseBinaryOp for any kind of matrix. To this end we either need to change the overall design so that the base class(es) depends on the kind of matrix, or we could add a template parameter to each expression type (e.g., int Kind = ei_traits<MatrixType>::Kind) allowing to specialize each expression for each kind of matrix. * Extend AutoDiffScalar to work with sparse vector expression for the derivatives. | ||
| * | | | add operator+ scalar to AutoDiffScalar | Gael Guennebaud | 2009-10-16 |
| | |/ | |/| | |||
| * | | autodiff: | Gael Guennebaud | 2009-10-15 |
| | | | | | | | | | | | | | | | | | | * fix namespace issue * simplify Jacobian code * fix issue with "Dynamic derivatives" | ||
* | | | merge with eigen-tip | Thomas Capricelli | 2009-10-13 |
|\| | | |||
* | | | be sure that there's no name clash between NumericalDiff::df and the | Thomas Capricelli | 2009-09-28 |
| | | | | | | | | | | | | original functor df() | ||
* | | | fix tests : we perform slightly worse because we do use one more function | Thomas Capricelli | 2009-09-28 |
| | | | | | | | | | | | | evaluation in our numericaldiff than what (c)minpack did |