aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/Map.h
Commit message (Expand)AuthorAge
* Revert "Revert "Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), in...Gravatar Steve Bronder2021-03-24
* 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
* bug #1472: fix warningGravatar Gael Guennebaud2017-09-26
* Gub 1453: fix Map with non-default inner-stride but no outer-stride.Gravatar Gael Guennebaud2017-08-22
* Fix numerous doxygen shortcomings, and workaround some clang -Wdocumentation ...Gravatar Gael Guennebaud2016-01-01
* First part of a big refactoring of alignment control to enable the handling o...Gravatar Gael Guennebaud2015-08-06
* bug #973: update macro-level control of alignement by introducing user-contro...Gravatar Gael Guennebaud2015-07-29
* Remove aligned-on-scalar assert and fallback to non vectorized path at runtim...Gravatar Gael Guennebaud2015-06-14
* Relax aligned-on-scalar assert as in the 3.2 branchGravatar Gael Guennebaud2015-06-12
* Clean argument names of some functionsGravatar Gael Guennebaud2015-06-09
* Remove deprecated usage of expr::Index.Gravatar Gael Guennebaud2015-02-16
* 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
* merge with default branchGravatar Gael Guennebaud2014-07-02
|\
| * Removed the deprecated EIGEN2_SUPPORT, as previously announced. A compilation...Gravatar Christoph Hertzberg2014-07-01
| * Fix bug #826: Allow initialization of 1x1 Arrays/Matrices by passing a value.Gravatar Christoph Hertzberg2014-06-23
* | merge with default branchGravatar Gael Guennebaud2014-06-20
|\|
* | Move evaluation related flags from traits to evaluator and fix evaluators of ...Gravatar Gael Guennebaud2014-03-12
| * Reverted the definition of the EIGEN_ALIGN to its former meaning (i.e. a bool...Gravatar Benoit Steiner2014-02-18
|/
* Port SelfCwiseBinaryOp and Dot.h to nvcc, fix portability issue with std::min...Gravatar Gael Guennebaud2013-04-05
* Add support for NVCC5: most of the Core and part of LU are callable from CUDA...Gravatar Gael Guennebaud2013-02-07
* Fix several documentation issuesGravatar Gael Guennebaud2012-12-24
* 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
* fix bug #417: Map should be nested by value, not by referenceGravatar Gael Guennebaud2012-02-09
* Update docs of PlainObjectBase::Map(); fixes bug #335.Gravatar Jitse Niesen2011-09-03
* Document enums in Constants.h (bug #248).Gravatar Jitse Niesen2011-05-03
* fix bug #219: Map Flags AlignedBit was miscomputed, didn't account for EIGEN_...Gravatar Benoit Jacob2011-03-10
* fix compilation with clang 2.8Gravatar Benoit Jacob2011-02-27
* Write topic page for storage orders.Gravatar Jitse Niesen2011-02-12
* rename build stages to multiples of 10; old stage 2 becomes stage 15, while s...Gravatar Benoit Jacob2011-01-23
* relax Map const correctness in eigen2 support stages <= 3Gravatar Benoit Jacob2011-01-21
* bug #54 - really fix const correctness except in SparseGravatar Benoit Jacob2010-12-22
* Fixed ctor from const raw data for Matrices and added the missing implementat...Gravatar Hauke Heibel2010-12-15
* bug #54 - The big Map const-correctness changesGravatar Benoit Jacob2010-12-10
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* allow vectorization of mat44.col() by adding a InnerPanel booleanGravatar Gael Guennebaud2010-07-23
* Backed out changeset 40f6e26a247976ba1868520a4747e49e0739a42aGravatar Benoit Jacob2010-08-11
* allow vectorization of mat44.col() by adding a InnerPanel booleanGravatar Gael Guennebaud2010-07-23
* Various documentation improvements.Gravatar Jitse Niesen2010-07-06
* add default parameters for InnerStride/OuterStride to beGravatar Gael Guennebaud2010-06-25
* email changeGravatar Gael Guennebaud2010-06-24
* More Index related stuff.Gravatar Hauke Heibel2010-06-21
* Fixed warnings regarding enums.Gravatar Hauke Heibel2010-06-12
* change the value of Dynamic to -1, since the index type is now configurable.Gravatar Benoit Jacob2010-06-11
* the Index types change.Gravatar Benoit Jacob2010-05-30
* Removed ambiguity between Map and Matrix Options template parameter.Gravatar Hauke Heibel2010-04-26
* renaming (MatrixType ---> whatever appropriate)Gravatar Benoit Jacob2010-04-18