aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/Matrix.h
Commit message (Expand)AuthorAge
* 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
* The usage of DenseIndex is deprecated, so let's replace DenseIndex by IndexGravatar Gael Guennebaud2015-02-16
* bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t...Gravatar Christoph Hertzberg2014-12-04
* bug #903: clean swap API regarding extra enable_if parameters, and add failte...Gravatar Gael Guennebaud2014-11-06
* 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 default branchGravatar Gael Guennebaud2014-08-29
|\
| * bug #826: document caveats in 1x1 and 2x1 constructors.Gravatar Gael Guennebaud2014-07-21
* | 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
* | Fix a few regression when moving the flagsGravatar Gael Guennebaud2014-03-12
* | Move CoeffReadCost mechanism to evaluatorsGravatar Gael Guennebaud2014-03-10
|/
* 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
| * Add nvcc support for small eigenvalues decompositions and workaround lack of ...Gravatar Gael Guennebaud2013-08-01
| * 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
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* Alignment fixes:Gravatar Benoit Jacob2011-11-22
* Move EIGEN_USING_MATRIX_TYPEDEFS macros to Eigen2Support.Gravatar Jitse Niesen2011-11-16
* [Core/Matrix] Fix: Clear the right typedef macroGravatar Dennis Schridde2011-11-09
* Document enums in Constants.h (bug #248).Gravatar Jitse Niesen2011-05-03
* Improve documentation of plugins.Gravatar Jitse Niesen2011-02-13
* Write topic page for storage orders.Gravatar Jitse Niesen2011-02-12
* Reduced error traces when mixing matrices with different scalar types.Gravatar Hauke Heibel2011-02-11
* relax Matrix/Array(Index) ctors to allow size 0, add test.Gravatar Benoit Jacob2011-02-01
* add test for geometry with eigen2_ prefixes. fix that stuff.Gravatar Benoit Jacob2011-01-27
* 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
* Various documentation improvements.Gravatar Jitse Niesen2010-07-06
* email changeGravatar Gael Guennebaud2010-06-24
* Fixed warnings regarding enums.Gravatar Hauke Heibel2010-06-12
* * remove ei_index, and let ei_traits propagate the index typesGravatar Gael Guennebaud2010-06-03
* the Index types change.Gravatar Benoit Jacob2010-05-30
* * remove ei_block_direct_access_statusGravatar Benoit Jacob2010-04-23
* * remove class DenseDirectAccessBaseGravatar Benoit Jacob2010-04-23
* * Refactoring of the class hierarchy: introduction of DenseDirectAccessBase, ...Gravatar Benoit Jacob2010-04-16
* Backed out changeset 2f3d685e0c687ae1121428dab6bc0ec868b14fe3Gravatar Benoit Jacob2010-03-03
* a matrix (or array) does not always have the LinearAccessBit!Gravatar Gael Guennebaud2010-03-02
* Added support for realloc based conservative resizing.Gravatar Hauke Heibel2010-02-27
* * add VERIFY_IS_EQUAL, should compile faster and it's natural when no arithme...Gravatar Benoit Jacob2010-02-26