aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/Map.h
Commit message (Expand)AuthorAge
* 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
* 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
* * Refactoring of the class hierarchy: introduction of DenseDirectAccessBase, ...Gravatar Benoit Jacob2010-04-16
* fix the flags and matrix options, to always have the right RowMajor bit in th...Gravatar Benoit Jacob2010-03-19
* implement the idea that row-vectors have the RowMajorBit and col-vectors don't.Gravatar Benoit Jacob2010-03-09
* Document Map and Stride, add examples.Gravatar Benoit Jacob2010-02-26
* Fix Map-with-Stride and cover it by new unit tests.Gravatar Benoit Jacob2010-02-26
* * Implement the ByOuterInner accessorsGravatar Benoit Jacob2010-02-25
* miserable half-working state, commiting to a fork just in case, just to perfectGravatar Benoit Jacob2010-02-18
* lot of cleaning:Gravatar Gael Guennebaud2010-01-22
* More documentation improvements.Gravatar Hauke Heibel2010-01-16
* add a DenseBase class for MAtrixBase and ArrayBase and more code factorisationGravatar Gael Guennebaud2009-12-04
* * remove EnforceAlignedAccess option to Block, VectorBlock, Map and MapBaseGravatar Gael Guennebaud2009-11-20
* * extend Map to allow the user to specify whether the mapped dataGravatar Gael Guennebaud2009-10-23
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* fix MapBase's ForceAligned concept which was not working at all....Gravatar Gael Guennebaud2009-03-09
* add "remap" snippet using placement newGravatar Gael Guennebaud2009-02-09
* * remove set(), revert to old behavior where = resizesGravatar Benoit Jacob2009-01-21
* bugfix in Map by Keir MierleGravatar Gael Guennebaud2009-01-18