aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/Block.h
Commit message (Expand)AuthorAge
...
| * 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
* Introduced NestParentByRefBit and NestByRefBit - this should fix temporaries ...Gravatar Hauke Heibel2010-02-06
* lot of cleaning:Gravatar Gael Guennebaud2010-01-22
* a couple of fixesGravatar Gael Guennebaud2010-01-06
* a couple of fixes, now Array passes the linearstructure testGravatar Gael Guennebaud2009-12-17
* 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
* Experiment the ET refactoring on Transpose for Dense and Sparse storages.Gravatar Gael Guennebaud2009-11-16
* * extend Map to allow the user to specify whether the mapped dataGravatar Gael Guennebaud2009-10-23
* remove the \addexample tagsGravatar Gael Guennebaud2009-09-03
* fix issue #45 and document the .data() and .stride() functionsGravatar Gael Guennebaud2009-08-31
* synch with main branchGravatar Gael Guennebaud2009-07-28
|\
* | * various fixes related to sub diagonals and band matrixGravatar Gael Guennebaud2009-07-21
| * re-implement stableNorm using a homemade blocky andGravatar Gael Guennebaud2009-07-17
|/
* Set of fixes and workaround to make sun studio more happy.Gravatar Gael Guennebaud2009-07-10
* add a VectorBlock expr as a specialization of BlockGravatar Gael Guennebaud2009-07-05
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* * compilation fixes for gcc 3.3Gravatar Gael Guennebaud2009-05-06
* fix warnings with recent gccGravatar Thomas Capricelli2009-05-04
* more patches from Hauke Heibel: compilation/warning fixes from VC++Gravatar Benoit Jacob2009-04-09
* forward-port r951449: patch by Hauke Heibel: compile fix with VS 9Gravatar Benoit Jacob2009-04-09
* * Find SuperLU also when it is installed without a superlu/ prefixGravatar Benoit Jacob2009-04-01
* fix mistake in static assertion, patch by Markus Moll.Gravatar Benoit Jacob2009-03-31
* * allows fixed size matrix with size==0 (via a specialization ofGravatar Gael Guennebaud2009-03-23
* fix MapBase's ForceAligned concept which was not working at all....Gravatar Gael Guennebaud2009-03-09
* Add a data() function in Map and BlockGravatar Gael Guennebaud2009-01-16
* * forgot to svn add 2 filesGravatar Benoit Jacob2008-12-18