aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported
Commit message (Collapse)AuthorAge
* Build tests for unsupported modules if EIGEN_LEAVE_TEST_IN_ALL_TARGETGravatar Jitse Niesen2009-11-13
|
* * use standard CMAKE_BUILD_TYPEGravatar Benoit Jacob2009-11-11
| | | | | * remove debug_xxx targets * runtest.sh: don't run make
* doxygen : exclude diff filesGravatar Thomas Capricelli2009-11-10
|
* make the complex module appear in doxygen + small documentationGravatar Thomas Capricelli2009-11-10
|
* make FFT appear in doxygen doc, and provide a mininum of documentationGravatar Thomas Capricelli2009-11-10
|
* fix Skyline module doxygen stuffGravatar Thomas Capricelli2009-11-10
|
* merge with main repositoryGravatar Thomas Capricelli2009-11-10
|\
* | documentation fixesGravatar Thomas Capricelli2009-11-10
| |
| * fix compilation and removed some unused stuff in skylineGravatar Gael Guennebaud2009-11-10
| |
* | merge with main repositoryGravatar Thomas Capricelli2009-11-10
|\|
| * mv the Skyline module to unsupported/Gravatar Gael Guennebaud2009-11-10
| |
* | merge with main repositoryGravatar Thomas Capricelli2009-11-09
|\ \
* | | few doc fixesGravatar Thomas Capricelli2009-11-09
| | |
* | | Reduce general diff with eigen-tip. Moreover, this test now seems to passGravatar Thomas Capricelli2009-11-09
| | | | | | | | | | | | again.
* | | more documentatinGravatar Thomas Capricelli2009-11-09
| | |
* | | some more documentationGravatar Thomas Capricelli2009-11-09
| | |
* | | various fixes in headersGravatar Thomas Capricelli2009-11-09
| | |
* | | rename NonLinear to NonLinearOptimizationGravatar Thomas Capricelli2009-11-09
| | |
* | | documentation + move "namespace eigen" to the main file, as others do.Gravatar Thomas Capricelli2009-11-09
| | |
* | | starting documentationGravatar Thomas Capricelli2009-11-09
| | |
* | | merge with main repositoryGravatar Thomas Capricelli2009-11-08
|\ \ \
| | | * initialize Eigen::Complex arraysGravatar Mark Borgerding2009-11-09
| | |/
| | * * mergeGravatar Benoit Jacob2009-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 workingGravatar Gael Guennebaud2009-11-06
| | |
| * | added inlines to a bunch of functionsGravatar Mark Borgerding2009-10-31
| | |
| * | moved half-spectrum logic to Eigen::FFTGravatar Mark Borgerding2009-10-30
| | |
| * | moved real-half-spectrum reflection into Eigen::FFTGravatar Mark Borgerding2009-10-30
| | |
| * | moved scaling to Eigen::FFTGravatar Mark Borgerding2009-10-30
| | |
| * | improved selftest for Eigen::Complex -- mainly a documentation of what does ↵Gravatar Mark Borgerding2009-10-28
| | | | | | | | | | | | not work
| * | forgot Complex test fileGravatar Mark Borgerding2009-10-28
| | |
| | * sync with mainlineGravatar Benoit Jacob2009-10-28
| | |\
| | * | big huge changes, so i dont remember everything.Gravatar Benoit Jacob2009-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 functionsGravatar Mark Borgerding2009-10-22
| | |/ | |/|
| * | inlining,all namespace declaration moved to FFT, removed preprocessor ↵Gravatar Mark Borgerding2009-10-21
| | | | | | | | | | | | definitions,
| * | merge branchesGravatar Mark Borgerding2009-10-21
| |\ \
| * | | renamed 'Traits' to 'Impl', added vim modelines for syntax highlightingGravatar Mark Borgerding2009-10-21
| | | |
| | * | MatrixBase:Gravatar Benoit Jacob2009-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 mainlineGravatar Mark Borgerding2009-10-20
| |\ \
| * | | * add a Make* expression type builder to allow theGravatar Gael Guennebaud2009-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 AutoDiffScalarGravatar Gael Guennebaud2009-10-16
| | |/ | |/|
| * | autodiff:Gravatar Gael Guennebaud2009-10-15
| | | | | | | | | | | | | | | | | | * fix namespace issue * simplify Jacobian code * fix issue with "Dynamic derivatives"
* | | merge with eigen-tipGravatar Thomas Capricelli2009-10-13
|\| |
* | | be sure that there's no name clash between NumericalDiff::df and theGravatar Thomas Capricelli2009-09-28
| | | | | | | | | | | | original functor df()
* | | fix tests : we perform slightly worse because we do use one more functionGravatar Thomas Capricelli2009-09-28
| | | | | | | | | | | | evaluation in our numericaldiff than what (c)minpack did
* | | fdjac2 is not needed anymoreGravatar Thomas Capricelli2009-09-28
| | |
* | | remove some duplicated code LevenbergMarquardt::minimizeNumericalDiff*() byGravatar Thomas Capricelli2009-09-28
| | | | | | | | | | | | | | | | | | | | | using the generic Eigen NumericalDiff recently introduced. LevenbergMarquardt::lmdif1(), which is provided as a convenience method for people porting code from (c)minpack, is now a static function
* | | central sheme for numerical diffGravatar Thomas Capricelli2009-09-28
| | |
* | | starting work on a Numerical differenciation moduleGravatar Thomas Capricelli2009-09-28
| | |
* | | cleaning docGravatar Thomas Capricelli2009-09-28
| | |
* | | cleaningGravatar Thomas Capricelli2009-09-28
| | |