aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/DenseBase.h
Commit message (Expand)AuthorAge
* Fix some calls to result_of on binary functors as unary ones.Gravatar Gael Guennebaud2015-02-19
* Index refactoring: StorageIndex must be used for storage only (and locally wh...Gravatar Gael Guennebaud2015-02-13
* bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t...Gravatar Christoph Hertzberg2014-12-04
* bug #903: clean swap API regarding extra enable_if parameters, and add failte...Gravatar Gael Guennebaud2014-11-06
* Fix compilation with GCCGravatar Gael Guennebaud2014-09-29
* Introduce a generic InnerIterator classes compatible with evaluators.Gravatar Gael Guennebaud2014-09-29
* Make constructors explicit if they could lead to unintended implicit conversionGravatar Christoph Hertzberg2014-09-23
* Remove deprecated code not used by evaluatorsGravatar Gael Guennebaud2014-09-18
* Re-enable aliasing checks when using evaluatorsGravatar Gael Guennebaud2014-09-14
* merge with default branchGravatar Gael Guennebaud2014-07-02
|\
| * Removed the deprecated EIGEN2_SUPPORT, as previously announced. A compilation...Gravatar Christoph Hertzberg2014-07-01
* | 1- Introduce sub-evaluator types for unary, binary, product, and map expressi...Gravatar Gael Guennebaud2014-06-20
* | Move CoeffReadCost mechanism to evaluatorsGravatar Gael Guennebaud2014-03-10
* | Add missing assertion in swap()Gravatar Gael Guennebaud2014-02-19
* | Disable Flagged and ForceAlignedAccessGravatar Gael Guennebaud2014-02-19
* | Make swap unit test work with evaluatorsGravatar Gael Guennebaud2013-12-02
* | Fix swap in DenseBaseGravatar Gael Guennebaud2013-11-30
|/
* merge with default branchGravatar Gael Guennebaud2013-11-05
|\
| * Add nvcc support for small eigenvalues decompositions and workaround lack of ...Gravatar Gael Guennebaud2013-08-01
* | Previous isFinite->hasNonFinite change was broken. After discussion let's ren...Gravatar Gael Guennebaud2013-07-18
* | Rename isFinite to hasNonFinite to avoid future naming collisions.Gravatar Gael Guennebaud2013-07-17
| * merge with main branchGravatar Gael Guennebaud2013-07-17
| |\ | |/ |/|
* | Fix constness of diagonal() and transpose() for MSVC.Gravatar Desire Nuentsa2013-07-11
* | Fix bug #583: add compile-time check that DenseIndex is signedGravatar Gael Guennebaud2013-06-10
| * Add nvcc support for normalize, initializers, and fuzzy comparisonsGravatar Gael Guennebaud2013-06-05
| * merge with default branchGravatar Gael Guennebaud2013-04-19
| |\ | |/ |/|
* | Big 564: add hasNaN and isFinite membersGravatar Gael Guennebaud2013-04-16
* | Fix bug #482: pass scalar value by const reference (it remained a few cases)Gravatar Gael Guennebaud2013-04-12
| * Add support for NVCC5: most of the Core and part of LU are callable from CUDA...Gravatar Gael Guennebaud2013-02-07
|/
* Move VectorBlock methods into plugin sectionGravatar Desire NUENTSA2012-11-16
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* bug #482: pass scalar arguments by const references. This changeset only conc...Gravatar Gael Guennebaud2012-06-28
* fix most of the shadow warnings in Core/*.hGravatar Gael Guennebaud2012-06-22
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* workaround stupid gcc 4.7 warningGravatar Gael Guennebaud2012-03-22
* fix several const qualifier issues: double ones, meaningless ones, some missi...Gravatar Gael Guennebaud2012-02-03
* Document EIGEN_DEFAULT_DENSE_INDEX_TYPE.Gravatar Jitse Niesen2011-03-11
* Improve documentation of plugins.Gravatar Jitse Niesen2011-02-13
* Write topic page for storage orders.Gravatar Jitse Niesen2011-02-12
* fix bug #161Gravatar Benoit Jacob2011-01-25
* make eigen2 visitor test passGravatar Benoit Jacob2011-01-23
* fixed msvc9 build errors.Gravatar Jose Luis Blanco2010-12-29
* bug #54 - really fix const correctness except in SparseGravatar Benoit Jacob2010-12-22
* bug #54 - The big Map const-correctness changesGravatar Benoit Jacob2010-12-10
* fix the build of eigensolver_complex test.Gravatar Benoit Jacob2010-12-09
* Initial fixes for bug #85.Gravatar Hauke Heibel2010-10-25
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* fix bad "using typename"Gravatar Gael Guennebaud2010-08-25
* Fix Sun CC parsing of Eigen/Core. In particular,Gravatar Gael Guennebaud2010-08-25
* Docs: Add references to TopicClassHierarchyGravatar Jitse Niesen2010-08-22