aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* add workaround for GuillaumeGravatar Benoit Jacob2009-11-14
|
* * add Map<Quaternion> test based on Map from test/map.cppGravatar Mathieu Gautier2009-11-13
| | | | | | * replace implicit constructor AngleAxis(QuaternionBase&) by an explicit one, it seems ambiguous for the compiler * remove explicit constructor with conversion type quaternion(Quaternion&): conflict between constructor. * modify EIGEN_INHERIT_ASSIGNEMENT_OPERATORS to suit Quaternion class
* Build tests for unsupported modules if EIGEN_LEAVE_TEST_IN_ALL_TARGETGravatar Jitse Niesen2009-11-13
|
* xargs ---> xargs echoGravatar Benoit Jacob2009-11-12
| | | | (xargs alone doesnt seem to be documented in the man page, while xargs echo is documented)
* introduce check target, and some renamingGravatar Benoit Jacob2009-11-12
|
* ouch, avoid infinite loop!Gravatar Benoit Jacob2009-11-12
| | | | optimization is not so important here, so a for loop will do.
* also optionnally initialize by zero after resizingGravatar Benoit Jacob2009-11-12
|
* * add non-default option to initialize matrices by 0Gravatar Benoit Jacob2009-11-12
| | | | | (useful for porting) * maketests really has to be in test/
* * add ./debug and ./release scriptsGravatar Benoit Jacob2009-11-12
| | | | | * update the messages * rename EIGEN_CMAKE_RUN_FROM_CTEST to something saner
* add mctestr script. In your build directory, just do:Gravatar Benoit Jacob2009-11-12
| | | | | ./mctestr ^qr 5 and it will build all tests matching ^qr with 5 jobs and then do `ctest -R ^qr`
* * add maketests script. It is like make but takes a regexp allowing to build ↵Gravatar Benoit Jacob2009-11-11
| | | | | | selected targets. Next step will be a "mctestr" script doing that and then calling ctest -R. * in runtest.sh, don't override the default number of repeats. If one thinks the default should be changed, let's change it at the source.
* * use standard CMAKE_BUILD_TYPEGravatar Benoit Jacob2009-11-11
| | | | | * remove debug_xxx targets * runtest.sh: don't run make
* Compilation fix: makeHousholderInPlace now uses references.Gravatar Jitse Niesen2009-11-11
|
* fix PowerPC platform detectionGravatar Benoit Jacob2009-11-11
|
* fix for *.pc install dir (suggested by Ingmar Vanhassel on IRC)Gravatar Thomas Capricelli2009-11-11
|
* *adapt Householder to the convention that we now favor refs over ptrs for ↵Gravatar Benoit Jacob2009-11-10
| | | | | | output. Keep "workspace" as pointer because it is an array (which is now more obvious). *rename makeHouseholderSequence to householderSequence, because that's what it returns.
* 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
|\|
| * fix #68 I did not see the skyline matrix patch contained thatGravatar Gael Guennebaud2009-11-10
| |
| * mv the Skyline module to unsupported/Gravatar Gael Guennebaud2009-11-10
| |
* | merge with main repositoryGravatar Thomas Capricelli2009-11-09
|\ \
* | | revert previous commit on the matter : once doxygen cache is flushedGravatar Thomas Capricelli2009-11-09
| | | | | | | | | | | | this gives very bad results
* | | 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
| | |
* | | only define groups once in unsupported, in order to prevent ambiguity forGravatar Thomas Capricelli2009-11-09
| | | | | | | | | | | | the group names.
* | | 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
| | |
* | | include NonLinearOptimization_Module and NumericalDiff_ModuleGravatar Thomas Capricelli2009-11-09
| | | | | | | | | | | | + cleaning
* | | merge with main repositoryGravatar Thomas Capricelli2009-11-08
|\ \ \
| | | * Added basic SkylineMatrix.Gravatar kayhman2009-11-04
| | | |
| | | * 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.
| | * | add missing includesGravatar Benoit Jacob2009-11-09
| | | |
| | * | last round of changes, mainly to return derived types instead of base types, ↵Gravatar Benoit Jacob2009-11-09
| | | | | | | | | | | | | | | | and fix various compilation issues
| | | * Quaternion: fix compilation, cleaningGravatar Gael Guennebaud2009-11-09
| | |/ | |/|
| | * simplifications in the ei_solve_impl system, factor out some boilerplate codeGravatar Benoit Jacob2009-11-08
| | |
| | * port the qr module to ei_solve_xxx.Gravatar Benoit Jacob2009-11-08
| | |
| * | fix compilation adding a makeconst helper structGravatar Gael Guennebaud2009-11-07
| | |
| * | improve a bit AutoDiffVector, but it still not workingGravatar Gael Guennebaud2009-11-06
| | |
| * | update product benchGravatar Gael Guennebaud2009-11-06
| | |