aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/Matrix.h
Commit message (Expand)AuthorAge
...
| * 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
* mergeGravatar Benoit Jacob2010-02-25
|\
* | * Implement the ByOuterInner accessorsGravatar Benoit Jacob2010-02-25
| * Renamed PlainMatrixType to PlainObject (Array != Matrix).Gravatar Hauke Heibel2010-02-20
| * Renamed AnyMatrixBase to EigenBase.Gravatar Hauke Heibel2010-02-20
* | 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
* Adapted doxygen's new style sheet.Gravatar Hauke Heibel2010-01-15
* remove useless using comp. assignment operatorsGravatar Gael Guennebaud2010-01-15
* Changed parts of the documentation.Gravatar Hauke Heibel2010-01-14
* Added some minor comments.Gravatar Hauke Heibel2010-01-13
* Fixes #83.Gravatar Hauke Heibel2010-01-12
* Fixed conservativeResize.Gravatar Hauke Heibel2010-01-11
* Fixed MSVC compilation.Gravatar Hauke Heibel2010-01-10
* merge with default branchGravatar Gael Guennebaud2009-12-22
|\
* | a couple of fixes, now Array passes the linearstructure testGravatar Gael Guennebaud2009-12-17
* | clean a bit Matrix and fix static Map functionsGravatar Gael Guennebaud2009-12-17
* | some cleaning in DenseStorageBaseGravatar Gael Guennebaud2009-12-17
* | finally add a Array class with storage via the introduction of a DenseStorage...Gravatar Gael Guennebaud2009-12-17
| * * remove empty destructors in Matrix.h and MatrixStorage.hGravatar Mathieu Gautier2009-12-02
| * initialize-by-zero: remember that when the newsize==oldsize, resize() must re...Gravatar Benoit Jacob2009-11-16