aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core
Commit message (Expand)AuthorAge
* Adapted doxygen's new style sheet.Gravatar Hauke Heibel2010-01-15
* forgot to include this file in previous commitGravatar Gael Guennebaud2010-01-15
* remove useless using comp. assignment operatorsGravatar Gael Guennebaud2010-01-15
* fix a warningGravatar Gael Guennebaud2010-01-15
* Introduce third template parameter to HouseholderSequence: int Side.Gravatar Benoit Jacob2010-01-14
* Changed parts of the documentation.Gravatar Hauke Heibel2010-01-14
* Added some minor comments.Gravatar Hauke Heibel2010-01-13
* Fixes #83.Gravatar Hauke Heibel2010-01-12
* Using operator*= is not required in MapBase. Since no other operator*= is pre...Gravatar Hauke Heibel2010-01-12
* Fixed the ProductReturnType (at least for UnrolledProducts).Gravatar Hauke Heibel2010-01-12
* Fixes #81.Gravatar Hauke Heibel2010-01-12
* Add a real plain matrix type to the ei_nested declaration used in product ret...Gravatar Hauke Heibel2010-01-12
* Fixed DenseStorageBase typedef (MSVC specific).Gravatar Hauke Heibel2010-01-11
* Fixed conservativeResize.Gravatar Hauke Heibel2010-01-11
* Eigen/src/Core/DenseStorageBase.h: add 'typename'Gravatar Jitse Niesen2010-01-11
* Fixes unit test swap_3. Friends are not inherited.Gravatar Hauke Heibel2010-01-10
* Backed out the removal of the actual resize like implementation. Now, resizin...Gravatar Hauke Heibel2010-01-10
* Fixed swapping and corresponding MSVC compilation.Gravatar Hauke Heibel2010-01-10
* Fixed MSVC compilation.Gravatar Hauke Heibel2010-01-10
* test/triangular.cpp: isUpper() --> isUpperTriangular()Gravatar Jitse Niesen2010-01-08
* implement BandMatrix::evalTo (thus avoid infinite recursion when assigning a ...Gravatar Benoit Jacob2010-01-07
* Backed out changeset 58fb27cd566f4057cee914be4cfe4f87abe8dc04Gravatar Benoit Jacob2010-01-07
* undoGravatar Benoit Jacob2010-01-07
* Added std::sqrt(std::complex<float>) and std::sqrt(std::complex<double>) supp...Gravatar Trevor Irons2010-01-07
* remove the Triangular suffix to Upper, Lower, UnitLower, etc,Gravatar Gael Guennebaud2010-01-07
* a couple of fixesGravatar Gael Guennebaud2010-01-06
* merge and add start/end to Eigen2SupportGravatar Gael Guennebaud2010-01-05
|\
* | fix aliasing detectionGravatar Gael Guennebaud2010-01-05
| * Big renaming:Gravatar Benoit Jacob2010-01-04
| * make some changes to please clang, fix some warnings too.Gravatar Thomas Capricelli2010-01-04
* | s/asMatrix()/matrix()Gravatar Gael Guennebaud2010-01-04
* | port VectorwiseOp and Swap to the novel mechanisms, and various cleanningGravatar Gael Guennebaud2010-01-04
| * Fix #69 for the second time, and add the respective regression testGravatar Gael Guennebaud2010-01-04
| * remove debug output. sorry!Gravatar Benoit Jacob2010-01-02
| * clarify docs as requested on forumGravatar Benoit Jacob2010-01-02
| * * Fix bug #79: ei_alignmentOffset was assuming that ptr is multiple ofGravatar Benoit Jacob2010-01-02
| * put the assign assert and debug info before the assignment itselfGravatar Benoit Jacob2010-01-01
| * sorry for committing this messGravatar Gael Guennebaud2009-12-23
| * fix #76, MayLinearVectorize depends on MaxSizeAtCompileTime and not on MaxInn...Gravatar Gael Guennebaud2009-12-23
| * fix the xpr analyzer for TransposeGravatar Gael Guennebaud2009-12-23
| * fix #69 and extend unit tests or triangular solversGravatar Gael Guennebaud2009-12-23
* | a couple of fixes after thye mergeGravatar Gael Guennebaud2009-12-23
* | merge with default branchGravatar Gael Guennebaud2009-12-22
|\|
* | extend the DenseStorageMatrix mechanism to all expressionsGravatar Gael Guennebaud2009-12-22
| * support gcc 4.5Gravatar Benoit Jacob2009-12-21
| * oops, remove duplicated ctorGravatar Gael Guennebaud2009-12-19
| * much better workaround for empty struct (the previous one caused GCC 4.3 to g...Gravatar Gael Guennebaud2009-12-18
* | a couple of fixes, now Array passes the linearstructure testGravatar Gael Guennebaud2009-12-17
* | clean a bit Matrix and fix static Map functionsGravatar Gael Guennebaud2009-12-17
* | some cleaning in DenseStorageBaseGravatar Gael Guennebaud2009-12-17