aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/Array.h
Commit message (Expand)AuthorAge
* Revert "Revert "Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), in...Gravatar Steve Bronder2021-03-24
* Re-implement move assignments.Gravatar Antonio Sanchez2021-03-10
* Revert "Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), innerStrid...Gravatar David Tellenbach2021-03-05
* Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), innerStride(), out...Gravatar Steve Bronder2021-03-04
* Move variadic constructors outside `#ifndef EIGEN_PARSED_BY_DOXYGEN` block, t...Gravatar Christoph Hertzberg2019-07-12
* Update documentation of Matrix and Array type aliases.Gravatar Gael Guennebaud2019-02-20
* Protect c++11 type alias with Eigen's macro, and add respective unit test.Gravatar Gael Guennebaud2019-02-20
* Merged in ra_bauke/eigen (pull request PR-180)Gravatar Gael Guennebaud2019-02-20
|\
* | 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
* | bug #1634: remove double copy in move-ctor of non movable Matrix/ArrayGravatar Gael Guennebaud2018-11-30
* | Enable Array(EigenBase<>) ctor for compatible scalar types only. This prevent...Gravatar Gael Guennebaud2017-06-12
* | Doc: split customizing-eigen page into sub-pages and re-structure a bit the d...Gravatar Gael Guennebaud2016-08-30
* | Make Arrays's ctor/assignment noexceptGravatar Gael Guennebaud2016-06-09
* | 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
| * alias template for matrix and array classesGravatar Heiko Bauke2016-04-23
|/
* Fix numerous doxygen shortcomings, and workaround some clang -Wdocumentation ...Gravatar Gael Guennebaud2016-01-01
* bug #1047: document the structure layout of class MatrixGravatar Gael Guennebaud2015-07-29
* Constructing a Matrix/Array with implicit transpose could lead to memory leaks.Gravatar Christoph Hertzberg2015-04-16
* bug #970: Add EIGEN_DEVICE_FUNC to RValue functions, in case Cuda supports RV...Gravatar Christoph Hertzberg2015-02-24
* bug #903: clean swap API regarding extra enable_if parameters, and add failte...Gravatar Gael Guennebaud2014-11-06
* bug #100: add support for explicit scalar to Array conversion (as enable impl...Gravatar Gael Guennebaud2014-09-19
* Fix bug #826: Allow initialization of 1x1 Arrays/Matrices by passing a value.Gravatar Christoph Hertzberg2014-06-23
* merge with default branchGravatar Gael Guennebaud2013-11-05
|\
* | Fix bug #654: allow implicit transposition in Array to Matrix and Matrix to A...Gravatar Gael Guennebaud2013-09-07
* | Added move support for Matrix and Array.Gravatar Hauke Heibel2013-08-02
| * merge with main branchGravatar Gael Guennebaud2013-07-17
| |\ | |/ |/|
* | Remove meaningless explicit qualifierGravatar Gael Guennebaud2013-06-12
| * merge with default branchGravatar Gael Guennebaud2013-04-19
| |\ | |/ |/|
| * Add support for NVCC5: most of the Core and part of LU are callable from CUDA...Gravatar Gael Guennebaud2013-02-07
* | add EIGEN_INITIALIZE_MATRICES_BY_NANGravatar Gael Guennebaud2013-02-07
|/
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* 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
* Alignment fixes:Gravatar Benoit Jacob2011-11-22
* Improve documentation of plugins.Gravatar Jitse Niesen2011-02-13
* relax Matrix/Array(Index) ctors to allow size 0, add test.Gravatar Benoit Jacob2011-02-01
* remove EIGEN_REF_TO_TEMPORARY, clarify docsGravatar Benoit Jacob2010-12-25
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* renaming: ei_matrix_storage -> DenseStorageGravatar Benoit Jacob2010-10-20
* Docs: Add references to TopicClassHierarchyGravatar Jitse Niesen2010-08-22
* Several changes in comments to keep Doxygen happy.Gravatar Jitse Niesen2010-07-25
* Various documentation improvements.Gravatar Jitse Niesen2010-07-06
* email changeGravatar Gael Guennebaud2010-06-24
* finish to merge Array into Core:Gravatar Gael Guennebaud2010-06-19