aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/DenseBase.h
Commit message (Expand)AuthorAge
* * remove ei_index, and let ei_traits propagate the index typesGravatar Gael Guennebaud2010-06-03
* implicit conversion to scalar for inner productGravatar Gael Guennebaud2010-06-02
* the Index types change.Gravatar Benoit Jacob2010-05-30
* erm.. use EIGEN_ONLY_USED_FOR_DEBUG() as it already exists.Gravatar Thomas Capricelli2010-05-21
* introduce a new macro EIGEN_ARG_UNUSED(arg) and use it in some places toGravatar Thomas Capricelli2010-05-21
* fix some compilation issues with clang (and hopefully bring eigen moreGravatar Thomas Capricelli2010-05-21
* I was not really aware of the implications on fixed size types when the stron...Gravatar Hauke Heibel2010-05-19
* add important comment and move stride helpers to DenseCoeffsBase.hGravatar Benoit Jacob2010-05-09
* move the strides API to DenseCoeffsBase,Gravatar Benoit Jacob2010-05-08
* introduce DenseCoeffsBase: this is where the coeff / coeffRef / etc... method...Gravatar Benoit Jacob2010-05-08
* remove MakeBase, use ei_dense_xpr_base insteadGravatar Benoit Jacob2010-04-23
* * remove ei_block_direct_access_statusGravatar Benoit Jacob2010-04-23
* * remove class DenseDirectAccessBaseGravatar Benoit Jacob2010-04-23
* * implement the corner() API change: new methods topLeftCorner() etcGravatar Benoit Jacob2010-04-22
* * merge with mainlineGravatar Benoit Jacob2010-04-16
|\
* | * Refactoring of the class hierarchy: introduction of DenseDirectAccessBase, ...Gravatar Benoit Jacob2010-04-16
| * fix misc warnings, more importantly when NDEBUG is defined, assert() is aGravatar Thomas Capricelli2010-03-27
* | * allow matrix dimensions to be 0 (also at compile time) and provide a specia...Gravatar Benoit Jacob2010-03-21
* | mergeGravatar Benoit Jacob2010-03-18
|\|
| * Fix MSVC warnings.Gravatar Hauke Heibel2010-03-09
* | implement the idea that row-vectors have the RowMajorBit and col-vectors don't.Gravatar Benoit Jacob2010-03-09
|/
* Moved x()/y()/z() and w() access functions to DenseBase; they are now availab...Gravatar Hauke Heibel2010-03-04
* DenseBase::IsRowMajor now takes the special case of vectors into account.Gravatar Benoit Jacob2010-02-25
* mergeGravatar Benoit Jacob2010-02-25
|\
* | * Implement the ByOuterInner accessorsGravatar Benoit Jacob2010-02-25
| * Added IsRowMajor enum to DenseBase.Gravatar Hauke Heibel2010-02-21
| * 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
|/
* explicitly disable the use of evalTo for dense objectGravatar Gael Guennebaud2010-02-15
* * move dummy_precision and epsilon to NumTraitsGravatar Gael Guennebaud2010-02-10
* make noalias works for coefficient based productsGravatar Gael Guennebaud2010-02-05
* Fixed 32bit builds.Gravatar Hauke Heibel2010-02-03
* Added an ei_linspaced_op to create linearly spaced vectors.Gravatar Hauke Heibel2010-01-26
* lot of cleaning:Gravatar Gael Guennebaud2010-01-22
* merge and add start/end to Eigen2SupportGravatar Gael Guennebaud2010-01-05
* port VectorwiseOp and Swap to the novel mechanisms, and various cleanningGravatar Gael Guennebaud2010-01-04
* merge with default branchGravatar Gael Guennebaud2009-12-22
* a couple of fixes and cleaningGravatar Gael Guennebaud2009-12-17
* a lot of cleaning and fixesGravatar Gael Guennebaud2009-12-16
* adapt select, replicate and reverseGravatar Gael Guennebaud2009-12-10
* add a DenseBase class for MAtrixBase and ArrayBase and more code factorisationGravatar Gael Guennebaud2009-12-04