aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Docs: aliasing and component-wise operations.Gravatar Jitse Niesen2010-11-16
* fix some remainign issue with ei_ -> internal changeGravatar Gael Guennebaud2010-11-16
* new feature: copy from a sparse selfadjoint view to a full sparse matrixGravatar Gael Guennebaud2010-11-15
* fix return type of rightHouseholderSequence()Gravatar Gael Guennebaud2010-11-15
* Correct std::map fix (two commits ago); copy fix to aligned_allocator doc.Gravatar Jitse Niesen2010-11-12
* fix doc compilationGravatar Thomas Capricelli2010-11-12
* Docs: correct declaration of aligned std::map in TopicStlContainers.Gravatar Jose Luis Blanco2010-11-12
* properly use nested typesGravatar Gael Guennebaud2010-11-10
* prevent warningGravatar Gael Guennebaud2010-11-10
* generalize our internal rank K update routine to support more general A*B pro...Gravatar Gael Guennebaud2010-11-10
* add missing specializationGravatar Gael Guennebaud2010-11-09
* extend unit test to cover previous bugGravatar Gael Guennebaud2010-11-05
* fix Eigen's trsv for complexesGravatar Gael Guennebaud2010-11-05
* blas level2: gemv and trsv are greenGravatar Gael Guennebaud2010-11-05
* trsv: simplifications/cleaningGravatar Gael Guennebaud2010-11-05
* trsv: add support for inner-stride!=1, reduce code instanciation, move implem...Gravatar Gael Guennebaud2010-11-05
* fix error handling of level 1 routinesGravatar Gael Guennebaud2010-11-04
* add a minimum degree ordering routine based on CSparse (LGPL) and a new built...Gravatar Gael Guennebaud2010-11-04
* fix bug #107: SelfAdjointEigenSolver and RowMajor (and add unit test)Gravatar Gael Guennebaud2010-11-04
* fixes related to ei_ -> internal changeGravatar Gael Guennebaud2010-11-04
* mergeGravatar Gael Guennebaud2010-11-04
|\
* | implement proper error handling in level 3 routinesGravatar Gael Guennebaud2010-11-03
* | improve detection of errosGravatar Gael Guennebaud2010-11-03
| * fix matrix product bug with OpenMPGravatar Gael Guennebaud2010-11-03
| * rm auto normalization in favor of clampingGravatar Gael Guennebaud2010-11-03
| * Additional fix to enforce the compiler to use the correct prunning method.Gravatar Hauke Heibel2010-11-02
| * Fix bug #65.Gravatar Hauke Heibel2010-11-02
| * Added a comment on why is_arithmetic is used in DenseCoeffsBase.Gravatar Hauke Heibel2010-11-02
| * Fixed compilation due to lacking Transform definitions.Gravatar Hauke Heibel2010-11-01
| * oops (rm commented code)Gravatar Gael Guennebaud2010-11-01
| * Let's be safe: enable auto normalization is quaternion to angle-axis code sin...Gravatar Gael Guennebaud2010-10-31
| * implement VERIFY in a function so it doesn't get compiled thousands of times.Gravatar Benoit Jacob2010-10-29
| * on test failure, abort instead of exit, so we can get a stack traceGravatar Benoit Jacob2010-10-29
| * add eigen2support Transform typedefs, add Eigen2To3 section on TransformGravatar Benoit Jacob2010-10-29
| * fix bug #92 - we were doing stupid things when passing the list of libraries ...Gravatar Benoit Jacob2010-10-28
| * document LvalueBit betterGravatar Benoit Jacob2010-10-28
| * generalize the prune functionGravatar Gael Guennebaud2010-10-28
| * fix sparse rankUpdate and triangularView iteratorGravatar Gael Guennebaud2010-10-27
| * add the possibility to solve for sparse rhs with CholmodGravatar Gael Guennebaud2010-10-27
| * Fixed bug #95 by changing _M_IX64 to _M_X64 as proposed by Jan Schlicht.Gravatar Hauke Heibel2010-10-27
| * MergeGravatar Hauke Heibel2010-10-26
| |\
| | * rm the useless SparseSolverBase class and provide more compile time traitsGravatar Gael Guennebaud2010-10-26
| * | Renamed cleantype to remove_all since it is close to remove_{const|pointer|re...Gravatar Hauke Heibel2010-10-26
| |/
| * fix compilation (bad internal:: stuff)Gravatar Gael Guennebaud2010-10-26
| * fix compilation and unit test of adolcGravatar Gael Guennebaud2010-10-26
| * fix bug #94: add #include src/misc/Solve.h in SparseExtraGravatar Gael Guennebaud2010-10-26
| * add new API for Cholmod preserving the legacy one for nowGravatar Gael Guennebaud2010-10-26
| * Initial fixes for bug #85.Gravatar Hauke Heibel2010-10-25
| * Allow unset ${CMAKE_BUILD_TYPE} which is required for some targets and corres...Gravatar Hauke Heibel2010-10-25
| * make polynomialsolver test compile fasterGravatar Benoit Jacob2010-10-25