aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/PlainObjectBase.h
Commit message (Expand)AuthorAge
* Move variadic constructors outside `#ifndef EIGEN_PARSED_BY_DOXYGEN` block, t...Gravatar Christoph Hertzberg2019-07-12
* bug #1692: enable enum as sizes of Matrix and ArrayGravatar Gael Guennebaud2019-03-17
* PR 593: Add variadtic ctor for DiagonalMatrix with unit testsGravatar David Tellenbach2019-03-14
* bug #1680: improve MSVC inlining by declaring many triavial constructors and ...Gravatar Gael Guennebaud2019-02-15
* cleanupGravatar Gael Guennebaud2019-01-24
* PR 574: use variadic template instead of initializer_list to implement fixed-...Gravatar David Tellenbach2019-01-23
* Cleanup SFINAE in Array/Matrix(initializer_list) ctors and minor doc editing.Gravatar Gael Guennebaud2019-01-22
* PR 572: Add initializer list constructors to Matrix and Array (include unit t...Gravatar David Tellenbach2019-01-21
* [PATCH 1/2] Misc. typosGravatar luz.paz"2018-09-18
* Fix IsRelocatable without C++11Gravatar Gael Guennebaud2018-07-19
* bug #1432: fix conservativeResize for non-relocatable scalar types. For those...Gravatar Gael Guennebaud2018-07-18
* MIsc. source and comment typosGravatar luz.paz2018-03-11
* bug #336: improve doc for PlainObjectBase::MapGravatar Gael Guennebaud2017-08-22
* bug #1393: enable Matrix/Array explicit ctor from types with conversion opera...Gravatar Gael Guennebaud2017-02-17
* Add std:: namespace prefix to all (hopefully) instances if size_t/ptrdfiff_tGravatar Gael Guennebaud2017-01-23
* Fix and workaround several doxygen issues/warningsGravatar Gael Guennebaud2017-01-04
* bug #1336: workaround doxygen failing to include numerous members of MatriBas...Gravatar Gael Guennebaud2017-01-04
* fix two warnings(unused typedef, unused variable) and a typoGravatar Angelos Mantzaflaris2016-12-01
* Fixes for min and abs after Benoit's comments, switched to numext.Gravatar Robert Lukierski2016-10-13
* Fixes min() warnings.Gravatar Robert Lukierski2016-10-12
* Adding EIGEN_DEVICE_FUNC in the Geometry module.Gravatar Robert Lukierski2016-10-12
* Doc: split customizing-eigen page into sub-pages and re-structure a bit the d...Gravatar Gael Guennebaud2016-08-30
* Relax mixing-type constraints for binary coefficient-wise operators:Gravatar Gael Guennebaud2016-06-06
* bug #725: make move ctor/assignment noexcept.Gravatar Gael Guennebaud2016-06-03
* Doc: disable inlining of inherited members, workaround Doxygen's limited C++ ...Gravatar Gael Guennebaud2016-06-01
* Silenced several double-promotion warningsGravatar Christoph Hertzberg2016-05-22
* Make EIGEN_HAS_RVALUE_REFERENCES user configurableGravatar Gael Guennebaud2016-05-20
* Rename EIGEN_HAVE_RVALUE_REFERENCES to EIGEN_HAS_RVALUE_REFERENCESGravatar Gael Guennebaud2016-05-20
* Fix numerous doxygen issues in auto-link generationGravatar Gael Guennebaud2015-12-30
* bug #1074: forbid the creation of PlainObjectBase object by making its ctor p...Gravatar Gael Guennebaud2015-12-09
* Don't call internal::check_rows_cols_for_overflow twice in PlainObjectBase::r...Gravatar Benoit Steiner2015-10-29
* surpress some warningsGravatar Christoph Hertzberg2015-08-17
* First part of a big refactoring of alignment control to enable the handling o...Gravatar Gael Guennebaud2015-08-06
* Clean argument names of some functionsGravatar Gael Guennebaud2015-06-09
* minor documentation fixesGravatar Gael Guennebaud2015-06-05
* bug #360: add value_type typedef to DenseBase/SparseMatrixBaseGravatar Gael Guennebaud2015-04-24
* Constructing a Matrix/Array with implicit transpose could lead to memory leaks.Gravatar Christoph Hertzberg2015-04-16
* 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
* Make cuda_basic test compile again by adding lots of EIGEN_DEVICE_FUNC.Gravatar Christoph Hertzberg2014-10-13
* Make constructors explicit if they could lead to unintended implicit conversionGravatar Christoph Hertzberg2014-09-23
* Remove double return statement in PlainObjectBase::_set()Gravatar Jitse Niesen2014-09-19
* bug #100: add support for explicit scalar to Array conversion (as enable impl...Gravatar Gael Guennebaud2014-09-19
* Remove deprecated code not used by evaluatorsGravatar Gael Guennebaud2014-09-18
* merge default branchGravatar Gael Guennebaud2014-08-29
|\
| * Fix bug #850: workaround MSVC 2008 weird compilation bugGravatar Gael Guennebaud2014-08-02
| * Ambiguous call fixes for clang.Gravatar Gael Guennebaud2014-07-22
| * Workaround ambiguous call of init1 with MSVC.Gravatar Gael Guennebaud2014-07-22
| * Extend fixed-size ctor unit test and fix conversion warning.Gravatar Gael Guennebaud2014-07-22
* | merge with default branchGravatar Gael Guennebaud2014-07-10
|\ \