aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/MapBase.h
Commit message (Expand)AuthorAge
* bug #920: fix MSVC 2015 compilation issuesGravatar Gael Guennebaud2014-12-18
* bug #821: workaround MSVC 2013 issue with using Base::Base::operator=Gravatar Gael Guennebaud2014-12-16
* 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 deprecated code not used by evaluatorsGravatar Gael Guennebaud2014-09-18
* Fix compilation of coeff(Index) on sub-inner-panelsGravatar Gael Guennebaud2014-09-08
* merge with default branchGravatar Gael Guennebaud2014-06-20
|\
| * Enable LinearAccessBit in Block expression for inner-panelsGravatar Gael Guennebaud2014-06-06
* | 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
* 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 alignment computation in Block and MapBase such that aligned means aligne...Gravatar Gael Guennebaud2011-11-28
* Make MapBase(PointerType) constructor explicit (fixes bug #251)Gravatar Jitse Niesen2011-04-19
* try to fix a ICC 11.1 compiler error (bug #217)Gravatar Benoit Jacob2011-03-06
* operator(int) and the likes are not only fine for linear storageGravatar Gael Guennebaud2011-02-01
* fix compilation of code using e.g. Transpose<const Foo>::data() non-const-qua...Gravatar Benoit Jacob2010-12-30
* 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
* Fix bug #133: remove the EIGEN_RESTRICT which was useless here anywayGravatar Gael Guennebaud2010-12-13
* bug #54 - The big Map const-correctness changesGravatar Benoit Jacob2010-12-10
* add missing non const data() method to MapBaseGravatar Gael Guennebaud2010-11-21
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* * disable unalignment detection when vectorization is not enabledGravatar Gael Guennebaud2010-08-18
* Fixed Geometry module failures.Gravatar Hauke Heibel2010-08-17
* slightly generalize the alignment assert in MapBaseGravatar Gael Guennebaud2010-08-16
* mixing types in product step 2:Gravatar Gael Guennebaud2010-07-11
* Various documentation improvements.Gravatar Jitse Niesen2010-07-06
* email changeGravatar Gael Guennebaud2010-06-24
* merge my Dynamic -> -1 changeGravatar Benoit Jacob2010-06-11
|\
* | change the value of Dynamic to -1, since the index type is now configurable.Gravatar Benoit Jacob2010-06-11
| * * remove ei_index, and let ei_traits propagate the index typesGravatar Gael Guennebaud2010-06-03
|/
* the Index types change.Gravatar Benoit Jacob2010-05-30
* simplify inner productGravatar Gael Guennebaud2010-05-19
* * remove class DenseDirectAccessBaseGravatar Benoit Jacob2010-04-23
* * Refactoring of the class hierarchy: introduction of DenseDirectAccessBase, ...Gravatar Benoit Jacob2010-04-16
* * 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
* Piotr's patch was missing many occurences of size_t. So,Gravatar Benoit Jacob2010-02-12
* *forward port fix in MapBase::coeff(int) and coeffRef(int)Gravatar Benoit Jacob2010-01-27
* Using operator*= is not required in MapBase. Since no other operator*= is pre...Gravatar Hauke Heibel2010-01-12
* 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
* Hey, finally the copyCoeff stuff is not only used to implement swap anymore :)Gravatar Gael Guennebaud2009-11-20
* * extend Map to allow the user to specify whether the mapped dataGravatar Gael Guennebaud2009-10-23
* ifdef removed from MapBase and warning disabledGravatar Hauke Heibel2009-08-31
* fix issue #45 and document the .data() and .stride() functionsGravatar Gael Guennebaud2009-08-31