aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/MapBase.h
Commit message (Expand)AuthorAge
* 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
* Added MSVC guards to assignment operators.Gravatar Hauke Heibel2009-08-31
* Removed redundant assignment operators.Gravatar Hauke Heibel2009-08-31
* rename back MayAliasBit to EvalBeforeAssigningBitGravatar Gael Guennebaud2009-08-16
* As proposed on the list:Gravatar Gael Guennebaud2009-08-15
* fix a couple of warningsGravatar Gael Guennebaud2009-08-15
* typoGravatar Gael Guennebaud2009-08-06
* fix VS compilation issue in MapBase::operator+= and -=Gravatar Gael Guennebaud2009-08-06
* fix a couple of issues related to recent productsGravatar Gael Guennebaud2009-07-28
* synch with main branchGravatar Gael Guennebaud2009-07-28
|\
* | * various fixes related to sub diagonals and band matrixGravatar Gael Guennebaud2009-07-21
| * minor compilation fixes for Sun CC and ICCGravatar Gael Guennebaud2009-07-20
| * Set of fixes and workaround to make sun studio more happy.Gravatar Gael Guennebaud2009-07-10
* | * take advantage of new possibilies in LLT (mat -= product)Gravatar Gael Guennebaud2009-07-07