| Commit message (Expand) | Author | Age |
* | fix alignment computation in Block and MapBase such that aligned means aligne... | Gael Guennebaud | 2011-11-28 |
* | Do some of the actual work in evaluator for Block. | Jitse Niesen | 2011-04-04 |
* | Removed internal::as_argument. This fixes the alignment issues of bug #165. | Hauke Heibel | 2011-02-06 |
* | third pass of const-correctness fixes (bug #54), hopefully the last one... | Benoit Jacob | 2011-01-07 |
* | Fixed #148 where a const-accessor for coefficients was missing in the MatrixW... | Hauke Heibel | 2011-01-04 |
* | bug #54 - really fix const correctness except in Sparse | Benoit Jacob | 2010-12-22 |
* | Initial fixes for bug #85. | Hauke Heibel | 2010-10-25 |
* | bug #86 : use internal:: namespace instead of ei_ prefix | Benoit Jacob | 2010-10-25 |
* | Fix Sun CC parsing of Eigen/Core. In particular, | Gael Guennebaud | 2010-08-25 |
* | allow vectorization of mat44.col() by adding a InnerPanel boolean | Gael Guennebaud | 2010-07-23 |
* | merge the backout | Benoit Jacob | 2010-08-11 |
|\ |
|
| * | Backed out changeset 40f6e26a247976ba1868520a4747e49e0739a42a | Benoit Jacob | 2010-08-11 |
* | | Add examples for API documentation of block methods in DenseBase. | Jitse Niesen | 2010-07-23 |
|/ |
|
* | allow vectorization of mat44.col() by adding a InnerPanel boolean | Gael Guennebaud | 2010-07-23 |
* | Renamed DenseBase::{row,col}Range() to DenseBase::middle{Rows,Cols}() | Manoj Rajagopalan | 2010-06-29 |
* | Included definitions for rowRange() and colRange() member functions of DenseBase | Manoj Rajagopalan | 2010-06-26 |
* | introduce a new LvalueBit flag and split DenseCoeffBase into three level of a... | Gael Guennebaud | 2010-07-21 |
* | Various documentation improvements. | Jitse Niesen | 2010-07-06 |
* | email change | Gael Guennebaud | 2010-06-24 |
* | Fixes #104. | Hauke Heibel | 2010-06-02 |
* | the Index types change. | Benoit Jacob | 2010-05-30 |
* | bug fix, since the last storage order changes, this InnerSize calculation was... | Benoit Jacob | 2010-05-18 |
* | cache outer size in Block => x1.5 speed up for a.block() = b.block() | Gael Guennebaud | 2010-05-17 |
* | remove MakeBase, use ei_dense_xpr_base instead | Benoit Jacob | 2010-04-23 |
* | * remove ei_block_direct_access_status | Benoit Jacob | 2010-04-23 |
* | * fix Eigen2Support, was not including VectorBlock.h | Benoit Jacob | 2010-04-22 |
* | * implement the corner() API change: new methods topLeftCorner() etc | Benoit Jacob | 2010-04-22 |
* | renaming (MatrixType ---> whatever appropriate) | Benoit Jacob | 2010-04-18 |
* | * Refactoring of the class hierarchy: introduction of DenseDirectAccessBase, ... | Benoit Jacob | 2010-04-16 |
* | * allow matrix dimensions to be 0 (also at compile time) and provide a specia... | Benoit Jacob | 2010-03-21 |
* | implement the idea that row-vectors have the RowMajorBit and col-vectors don't. | Benoit Jacob | 2010-03-09 |
* | * add VERIFY_IS_EQUAL, should compile faster and it's natural when no arithme... | Benoit Jacob | 2010-02-26 |
* | * Implement the ByOuterInner accessors | Benoit Jacob | 2010-02-25 |
* | miserable half-working state, commiting to a fork just in case, just to perfect | Benoit Jacob | 2010-02-18 |
* | get rid of NestParentByRefBit | Gael Guennebaud | 2010-02-08 |
* | Introduced NestParentByRefBit and NestByRefBit - this should fix temporaries ... | Hauke Heibel | 2010-02-06 |
* | lot of cleaning: | Gael Guennebaud | 2010-01-22 |
* | a couple of fixes | Gael Guennebaud | 2010-01-06 |
* | a couple of fixes, now Array passes the linearstructure test | Gael Guennebaud | 2009-12-17 |
* | add a DenseBase class for MAtrixBase and ArrayBase and more code factorisation | Gael Guennebaud | 2009-12-04 |
* | * remove EnforceAlignedAccess option to Block, VectorBlock, Map and MapBase | Gael Guennebaud | 2009-11-20 |
* | Experiment the ET refactoring on Transpose for Dense and Sparse storages. | Gael Guennebaud | 2009-11-16 |
* | * extend Map to allow the user to specify whether the mapped data | Gael Guennebaud | 2009-10-23 |
* | remove the \addexample tags | Gael Guennebaud | 2009-09-03 |
* | fix issue #45 and document the .data() and .stride() functions | Gael Guennebaud | 2009-08-31 |
* | synch with main branch | Gael Guennebaud | 2009-07-28 |
|\ |
|
* | | * various fixes related to sub diagonals and band matrix | Gael Guennebaud | 2009-07-21 |
| * | re-implement stableNorm using a homemade blocky and | Gael Guennebaud | 2009-07-17 |
|/ |
|
* | Set of fixes and workaround to make sun studio more happy. | Gael Guennebaud | 2009-07-10 |
* | add a VectorBlock expr as a specialization of Block | Gael Guennebaud | 2009-07-05 |