aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/VectorBlock.h
Commit message (Expand)AuthorAge
* bug #1680: improve MSVC inlining by declaring many triavial constructors and ...Gravatar Gael Guennebaud2019-02-15
* typo in docGravatar Gael Guennebaud2018-04-23
* Fix numerous doxygen shortcomings, and workaround some clang -Wdocumentation ...Gravatar Gael Guennebaud2016-01-01
* Add support for NVCC5: most of the Core and part of LU are callable from CUDA...Gravatar Gael Guennebaud2013-02-07
* Move VectorBlock methods into plugin sectionGravatar Desire NUENTSA2012-11-16
* 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
* bug #54 - really fix const correctness except in SparseGravatar Benoit Jacob2010-12-22
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* Various documentation improvements.Gravatar Jitse Niesen2010-07-06
* email changeGravatar Gael Guennebaud2010-06-24
* the Index types change.Gravatar Benoit Jacob2010-05-30
* * allow matrix dimensions to be 0 (also at compile time) and provide a specia...Gravatar Benoit Jacob2010-03-21
* * Fix #97 : Householder operations on 1x1 matricesGravatar Benoit Jacob2010-03-08
* * Implement the ByOuterInner accessorsGravatar Benoit Jacob2010-02-25
* lot of cleaning:Gravatar Gael Guennebaud2010-01-22
* remove useless using comp. assignment operatorsGravatar Gael Guennebaud2010-01-15
* merge and add start/end to Eigen2SupportGravatar Gael Guennebaud2010-01-05
|\
| * Big renaming:Gravatar Benoit Jacob2010-01-04
* | 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
|/
* make ColPivotingQR use HouseholderSequenceGravatar Gael Guennebaud2009-09-16
* remove the \addexample tagsGravatar Gael Guennebaud2009-09-03
* add a VectorBlock expr as a specialization of BlockGravatar Gael Guennebaud2009-07-05