aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core
Commit message (Expand)AuthorAge
* fix warning in stable normGravatar Gael Guennebaud2009-09-15
* Fixed conservative_resize compilation errors.Gravatar Hauke Heibel2009-09-08
* Fixed unit test and improved code reusage for resizing.Gravatar Hauke Heibel2009-09-07
* Changed the AnyMatrixBase / ei_special_scalar_op inheritance order as propose...Gravatar Hauke Heibel2009-09-07
* fix compilation of swap for ICCGravatar Gael Guennebaud2009-09-07
* * add real scalar * complex matrix, real matrix * complex scalar,Gravatar Gael Guennebaud2009-09-04
* extend mixingtype test to check diagonal products and fix the later for real*...Gravatar Gael Guennebaud2009-09-04
* compilation fix for conservativeResizeGravatar Gael Guennebaud2009-09-04
* Added conservativeResize + unit test.Gravatar Hauke Heibel2009-09-03
* This seems to be important for MSVC to optimize the size of empty base classes.Gravatar Hauke Heibel2009-09-03
* update mixingtype unit test to reflect current status, but it is still clearGravatar Gael Guennebaud2009-09-03
* remove the \addexample tagsGravatar Gael Guennebaud2009-09-03
* Fix serious bug discovered with gcc 4.2Gravatar Gael Guennebaud2009-09-03
* Removed debug cout.Gravatar Hauke Heibel2009-09-02
* big reorganization in JacobiSVD:Gravatar Benoit Jacob2009-09-03
* introduce EIGEN_SIZE_MINGravatar Benoit Jacob2009-09-03
* finally the first version was the good one...Gravatar Benoit Jacob2009-09-03
* * rename JacobiRotation => PlanarRotationGravatar Gael Guennebaud2009-09-02
* fix wrong assertGravatar Gael Guennebaud2009-09-02
* much simpler fix for Matrix::swapGravatar Gael Guennebaud2009-09-02
* * add serious unit test for swapGravatar Benoit Jacob2009-09-02
* fix compilation errors in swap (could not swap with anything else than the ex...Gravatar Benoit Jacob2009-09-02
* fix issue #47: now m.noalias() = XXX properly resize m if neededGravatar Gael Guennebaud2009-09-01
* add a JacobiRotation class wrapping the cosine-sine pair withGravatar Gael Guennebaud2009-09-01
* * JacobiSVD:Gravatar Benoit Jacob2009-08-31
* fix Matrix::stride for vectors, add a unit test for Block::strideGravatar Gael Guennebaud2009-08-31
* ifdef removed from MapBase and warning disabledGravatar Hauke Heibel2009-08-31
* fix issue #45 and document the .data() and .stride() functionsGravatar Gael Guennebaud2009-08-31
* fix copy/paste issueGravatar Gael Guennebaud2009-08-31
* Fixed a cast warning in scaleAndAddTo.Gravatar Hauke Heibel2009-08-31
* Added MSVC guards to assignment operators.Gravatar Hauke Heibel2009-08-31
* Removed redundant assignment operators.Gravatar Hauke Heibel2009-08-31
* add coeff(int,int), coeff(int) and value() functions to the inner product spe...Gravatar Gael Guennebaud2009-08-26
* add logAbsDeterminant()Gravatar Benoit Jacob2009-08-24
* add ColPivotingHouseholderQRGravatar Benoit Jacob2009-08-23
* work around internal compiler error with gcc 4.1 and 4.2, reported on the forumGravatar Benoit Jacob2009-08-20
* * make HessenbergDecomposition uses the Householder moduleGravatar Gael Guennebaud2009-08-17
* change the make householder algorithm so that the remaining coefficientGravatar Gael Guennebaud2009-08-17
* make HouseholderQR uses the Householder moduleGravatar Gael Guennebaud2009-08-16
* bugfix in compute_matrix_flags, optimization in LU,Gravatar Gael Guennebaud2009-08-16
* rename back MayAliasBit to EvalBeforeAssigningBitGravatar Gael Guennebaud2009-08-16
* add overloads of lazyAssign to detect common aliasing issue withGravatar Gael Guennebaud2009-08-15
* As proposed on the list:Gravatar Gael Guennebaud2009-08-15
* bugfix in inner-product specialization,Gravatar Gael Guennebaud2009-08-15
* my previous fix was not very goodGravatar Gael Guennebaud2009-08-15
* bugfix and compilation fix in ProductBaseGravatar Gael Guennebaud2009-08-15
* fix a couple of warningsGravatar Gael Guennebaud2009-08-15
* fix warningGravatar Benoit Jacob2009-08-14
* forgot to update thisGravatar Benoit Jacob2009-08-14
* as discussed on list: default to align cols, reorganize parameters accordingl...Gravatar Benoit Jacob2009-08-14