aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen
Commit message (Collapse)AuthorAge
* Coax doxygen in producing better docs for MatrixFunctions.Gravatar Jitse Niesen2009-12-11
| | | | | | | The //@{ ... //@} in unsupported/Eigen/MatrixFunctions for some reason caused doxygen to list the constructor of the MatrixExponential class as a separate function in the MatrixFunctions module without any reference to the class; very confusing.
* fix compilation (for some reason the pb happens only under windows)Gravatar Thomas Capricelli2009-12-11
|
* Various improvements to the docs for unsupported.Gravatar Jitse Niesen2009-12-07
| | | | | | | * Enable compilation of examples for unsupported. * Fix use of std::vector in BVH example. * Add an example for the matrix exponential. * Bug fixes in unsupported/doc/{examples,snippets}/CMakeLists.txt .
* mergeGravatar Gael Guennebaud2009-12-04
|\
| * Fixed compilation warnings in MSVC with Scalar==floatGravatar Marton Danoczy2009-12-03
| |
| * Fix compilation for MSVC.Gravatar bjornpiltz2009-12-03
|/
* mergeGravatar Hauke Heibel2009-12-02
|\
* \ mergeGravatar Thomas Capricelli2009-12-01
|\ \
| | * Even more NestByValue cleanup...Gravatar Hauke Heibel2009-12-01
| | |
| | * Added missing typedef (will I ever learn it!?)Gravatar Hauke Heibel2009-12-01
| |/ | | | | | | | | Removed unsupported directories that do not provide CMakeList.txt (CMake 2.8 warning). The BenchTimer is now also working on Cygwin.
| * Some of our unit tests require mathematical constants and thus we rely on ↵Gravatar Hauke Heibel2009-11-30
| | | | | | | | | | | | | | non-ansi code. It seems as if the new standard removed pow(T,int). M_PIL is only defined when _GNU_SOURCE is defined.
* | Adapted a mail from Mark about some design and add it as documentation forGravatar Thomas Capricelli2009-11-30
| | | | | | | | the FFT module.
| * precision ---> dummy_precisionGravatar Benoit Jacob2009-11-26
| |
* | cleaningGravatar Thomas Capricelli2009-11-26
| |
* | cleaningGravatar Thomas Capricelli2009-11-26
| |
* | kill yet another un-needed parameterGravatar Thomas Capricelli2009-11-26
| |
* | make qrsolv use eigen typesGravatar Thomas Capricelli2009-11-26
| |
* | clean qrsolvGravatar Thomas Capricelli2009-11-26
| |
* | reduce ei_qrsolv() signature, wa is actually a 'working array'Gravatar Thomas Capricelli2009-11-26
| |
* | computes column norms outside of ei_qrfac()Gravatar Thomas Capricelli2009-11-26
| |
* | cleaningGravatar Thomas Capricelli2009-11-26
|/
* use typedefGravatar Thomas Capricelli2009-11-25
|
* silent warningsGravatar Thomas Capricelli2009-11-25
|
* fix important typoGravatar Thomas Capricelli2009-11-21
|
* 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
| |
* | 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
|\ \
| | * * 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
| | * 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