aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
| * Display the data ptr as part of the headerGravatar Benjamin Schindler2009-12-08
| |
| * Correct license header of the gdb pretty printerGravatar Benjamin Schindler2009-12-08
| |
| * Adding __init__.py so the printers can be used directly from the checkoutGravatar Benjamin Schindler2009-12-08
| |
| * Added a 'pretty printer' for the msvc debugger (tested on Visual Studio 2008).Gravatar Hauke Heibel2009-12-08
| |
| * Added a pretty printer python script for Eigen::Matrix (gdb-7.0 and later).Gravatar Benjamin Schindler2009-12-08
| |
| * Documentation clean up.Gravatar Jitse Niesen2009-12-08
| | | | | | | | | | | | | | | | * remove non-existant reference to CwiseAll * define \householder_module (used in HouseholderSequence.h) * update I01_TopicLazyEvaluation.dox - Product is now called GeneralProduct * remove reference to list of examples which was deleted ages ago * rename PartialLU_solve.cpp snippet to PartialPivLU_solve.cpp
| * C05_TutorialLinearAlgebra.dox: Correct file nameGravatar Jitse Niesen2009-12-08
| |
| * 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 .
* | add a DenseBase class for MAtrixBase and ArrayBase and more code factorisationGravatar Gael Guennebaud2009-12-04
| |
| * add a slerp benchmark (for accuracy and speed))Gravatar Gael Guennebaud2009-12-04
| |
| * Fix poor Quaternion::slerp snappingGravatar Gael Guennebaud2009-12-04
| |
| * mergeGravatar Gael Guennebaud2009-12-04
| |\
| * | fix compilation and clean a bit Map<Quaternion>Gravatar Gael Guennebaud2009-12-04
| | |
| | * Fixed compilation warnings in MSVC with Scalar==floatGravatar Marton Danoczy2009-12-03
| | |
| | * Fix compilation for MSVC.Gravatar bjornpiltz2009-12-03
| | |
| | * explicitly cast to use the acos(long double)Gravatar Mark Borgerding2009-12-02
| | |
| | * removed troublesome M_PI and M_PIl constantsGravatar Mark Borgerding2009-12-02
| |/
| * fix MSVC10 compilationGravatar Gael Guennebaud2009-12-02
| |
| * * Remove test_ prefix in testsGravatar Benoit Jacob2009-12-02
| | | | | | | | * tests now honor EIGEN_REPEAT and EIGEN_SEED if no arguments were passed
| * mergeGravatar Benoit Jacob2009-12-02
| |\
| * | * HouseholderSequence:Gravatar Benoit Jacob2009-12-02
| | | | | | | | | | | | | | | | | | | | | * be aware of number of actual householder vectors (optimization in non-full-rank case, no behavior change) * fix applyThisOnTheRight, it was using k instead of actual_k * QR: rename matrixQ() to householderQ() where applicable
| | * Removed unused 'benchmark'.Gravatar Hauke Heibel2009-12-02
| |/
| * * fix include for case-sensitive filesystemGravatar Benoit Jacob2009-12-02
| | | | | | | | * on GNU, clock_gettime requires linking -lrt
| * * remove empty destructors in Matrix.h and MatrixStorage.hGravatar Mathieu Gautier2009-12-02
| |
| * mergeGravatar Hauke Heibel2009-12-02
| |\
| | * Added NestByValue and .nestByValue() again for the sake of backwards ↵Gravatar Hauke Heibel2009-12-02
| | | | | | | | | | | | compatibility.
| | * Removed unnecessary code.Gravatar Hauke Heibel2009-12-02
| | |
| * | merge with tipGravatar Mark Borgerding2009-12-01
| |\ \
| * | | added comments to help vim understand the header files are c++.Gravatar Mark Borgerding2009-12-01
| | | |
| * | | instruction to remove CMakeCache.txt for out-of-source buildGravatar Mark Borgerding2009-12-01
| | | |
| * | | quieted signed/unsigned comparison warningGravatar Mark Borgerding2009-12-01
| | | |
| * | | added newline at the end of file to quiet gcc warningGravatar Mark Borgerding2009-12-01
| | | |
| | * | mergeGravatar Thomas Capricelli2009-12-01
| | |\ \
| | | * | ColPivQR: now the unit tests even succeeds:Gravatar Benoit Jacob2009-12-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * with random matrices multiplied by 1e+8 (i.e. fixed wrong absolute fuzzy compare) * with 10,000 repetitions (i.e. the fuzzy compare is really clever) and when it occasionnally fails, less than once in 10,000 repeats, it is only on the exact rank computation.
| | | * | Big reworking of ColPivQR and its unit test, which now passes even with ↵Gravatar Benoit Jacob2009-12-01
| | | | | | | | | | | | | | | | | | | | thousands of repetitions and correctly tests matrices of all sizes. Several surprises along the way: for example, a major cause of trouble was the optimized "table of column squared norms" where the accumulation of imprecision was a serious issue; another surprise is that tests like "x!=0" before dividing by x really benefit from being replaced by fuzzy tests, as i hit real cases where i got wrong results in 1/epsilon.
| | | * | minor cleanupGravatar Benoit Jacob2009-12-01
| | |/ / | |/| |
| | | * That's it NestByValue and .nestByValue() are both gone!Gravatar Hauke Heibel2009-12-01
| | | |
| | | * Even more NestByValue cleanup...Gravatar Hauke Heibel2009-12-01
| | | |
| | | * Much more NestByValue cleanup.Gravatar Hauke Heibel2009-12-01
| | | |
| | | * Removed NestByValue dependency from Cholesky, Eigenvalues, LU and QR.Gravatar Hauke Heibel2009-12-01
| | | |
| | | * Removed NestByValue dependency from VectorwiseOp.Gravatar Hauke Heibel2009-12-01
| | | |
| | | * Removed NestByValue dependency from MatrixBase::select().Gravatar Hauke Heibel2009-12-01
| | | |
| | | * Adapted the number of test runs.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.
| | | * mergeGravatar Hauke Heibel2009-12-01
| | | |\
| | | * | Added the profiling test to unsupported.Gravatar Hauke Heibel2009-12-01
| | | | |
| | | | * add specialization ei_ref_selector for sparse matrix typesGravatar Gael Guennebaud2009-12-01
| | | |/
| | * | fix another 'duplicated content in doxygen pages' bug : exclude *.origGravatar Thomas Capricelli2009-11-30
| | | | | | | | | | | | | | | | files
| | | * Removed wrong typename.Gravatar Hauke Heibel2009-11-30
| | | |
| | | * Initial commit for a modified ei_nested logic.Gravatar Hauke Heibel2009-11-30
| | |/ | |/|