aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/Block.h
Commit message (Expand)AuthorAge
* Enable LinearAccessBit in Block expression for inner-panelsGravatar Gael Guennebaud2014-06-06
* Reverted the definition of the EIGEN_ALIGN to its former meaning (i.e. a bool...Gravatar Benoit Steiner2014-02-18
* merge with default branchGravatar Gael Guennebaud2013-11-05
|\
* | Fixed InnerPanel definition in the Transformation class.Gravatar Hauke Heibel2013-08-27
| * merge with default branchGravatar Gael Guennebaud2013-04-19
| |\ | |/ |/|
* | Workaround the following warning: "assuming signed overflow does not occur wh...Gravatar Gael Guennebaud2013-02-15
| * Add support for NVCC5: most of the Core and part of LU are callable from CUDA...Gravatar Gael Guennebaud2013-02-07
|/
* Fix compilation of Block/SparseBlock with MSVCGravatar Gael Guennebaud2012-12-16
* Generalize Block<> to support various implementation wrt StorageKind (just li...Gravatar Gael Guennebaud2012-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
* declare Block::m_outerStride as Index (instead of int)Gravatar Gael Guennebaud2012-03-09
* fix several const qualifier issues: double ones, meaningless ones, some missi...Gravatar Gael Guennebaud2012-02-03
* Fix MSVC integer overflow warningGravatar Sebastian Lipponer2011-12-09
* fix alignment computation in Block and MapBase such that aligned means aligne...Gravatar Gael Guennebaud2011-11-28
* Do some of the actual work in evaluator for Block.Gravatar Jitse Niesen2011-04-04
* Removed internal::as_argument. This fixes the alignment issues of bug #165.Gravatar Hauke Heibel2011-02-06
* third pass of const-correctness fixes (bug #54), hopefully the last one...Gravatar Benoit Jacob2011-01-07
* Fixed #148 where a const-accessor for coefficients was missing in the MatrixW...Gravatar Hauke Heibel2011-01-04
* bug #54 - really fix const correctness except in SparseGravatar Benoit Jacob2010-12-22
* Initial fixes for bug #85.Gravatar Hauke Heibel2010-10-25
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* Fix Sun CC parsing of Eigen/Core. In particular,Gravatar Gael Guennebaud2010-08-25
* allow vectorization of mat44.col() by adding a InnerPanel booleanGravatar Gael Guennebaud2010-07-23
* merge the backoutGravatar Benoit Jacob2010-08-11
|\
| * Backed out changeset 40f6e26a247976ba1868520a4747e49e0739a42aGravatar Benoit Jacob2010-08-11
* | Add examples for API documentation of block methods in DenseBase.Gravatar Jitse Niesen2010-07-23
|/
* allow vectorization of mat44.col() by adding a InnerPanel booleanGravatar Gael Guennebaud2010-07-23
* Renamed DenseBase::{row,col}Range() to DenseBase::middle{Rows,Cols}()Gravatar Manoj Rajagopalan2010-06-29
* Included definitions for rowRange() and colRange() member functions of DenseBaseGravatar Manoj Rajagopalan2010-06-26
* introduce a new LvalueBit flag and split DenseCoeffBase into three level of a...Gravatar Gael Guennebaud2010-07-21
* Various documentation improvements.Gravatar Jitse Niesen2010-07-06
* email changeGravatar Gael Guennebaud2010-06-24
* Fixes #104.Gravatar Hauke Heibel2010-06-02
* the Index types change.Gravatar Benoit Jacob2010-05-30
* bug fix, since the last storage order changes, this InnerSize calculation was...Gravatar Benoit Jacob2010-05-18
* cache outer size in Block => x1.5 speed up for a.block() = b.block()Gravatar Gael Guennebaud2010-05-17
* remove MakeBase, use ei_dense_xpr_base insteadGravatar Benoit Jacob2010-04-23
* * remove ei_block_direct_access_statusGravatar Benoit Jacob2010-04-23
* * fix Eigen2Support, was not including VectorBlock.hGravatar Benoit Jacob2010-04-22
* * implement the corner() API change: new methods topLeftCorner() etcGravatar Benoit Jacob2010-04-22
* renaming (MatrixType ---> whatever appropriate)Gravatar Benoit Jacob2010-04-18
* * Refactoring of the class hierarchy: introduction of DenseDirectAccessBase, ...Gravatar Benoit Jacob2010-04-16
* * allow matrix dimensions to be 0 (also at compile time) and provide a specia...Gravatar Benoit Jacob2010-03-21
* implement the idea that row-vectors have the RowMajorBit and col-vectors don't.Gravatar Benoit Jacob2010-03-09
* * add VERIFY_IS_EQUAL, should compile faster and it's natural when no arithme...Gravatar Benoit Jacob2010-02-26
* * 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
* get rid of NestParentByRefBitGravatar Gael Guennebaud2010-02-08