aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* allow to multiply a householder sequence and a matrix when one is real and on...Gravatar Benoit Jacob2010-01-15
* New UpperBidiagonalization classGravatar Benoit Jacob2010-01-14
* Introduce third template parameter to HouseholderSequence: int Side.Gravatar Benoit Jacob2010-01-14
* compilation fix for UmfPackGravatar Gael Guennebaud2010-01-14
* Changed parts of the documentation.Gravatar Hauke Heibel2010-01-14
* Enabled class diagrams (requires dot, i.e. graphviz).Gravatar Hauke Heibel2010-01-13
* Added some minor comments.Gravatar Hauke Heibel2010-01-13
* introduce new state, "Not started"Gravatar Thomas Capricelli2010-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
* mergeGravatar 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
| * Add support for matrix sine, cosine, sinh and cosh.Gravatar Jitse Niesen2010-01-11
|/
* Fixed DenseStorageBase typedef (MSVC specific).Gravatar Hauke Heibel2010-01-11
* * Fix a bug in HouseholderQR with mixed fixed/dynamic size: must use EIGEN_SI...Gravatar Benoit Jacob2010-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
* doc/A05_PortingFrom2To3.dox: fix typosGravatar Jitse Niesen2010-01-09
* triangularView<UpperTriangular> --> triangularView<Upper>Gravatar Jitse Niesen2010-01-08
* 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
* finally, undo thisGravatar Benoit Jacob2010-01-07
* Backed out changeset 58fb27cd566f4057cee914be4cfe4f87abe8dc04Gravatar Benoit Jacob2010-01-07
* undoGravatar Benoit Jacob2010-01-07
* undo my last commitGravatar 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
* make applyHouseholderOnTheRight take a row vector, not a column vector:Gravatar Benoit Jacob2010-01-07
* typoGravatar Gael Guennebaud2010-01-06
* improved a bit the list of API changesGravatar Gael Guennebaud2010-01-06
* Various documentation updates:Gravatar Gael Guennebaud2010-01-06
* a couple of fixesGravatar Gael Guennebaud2010-01-06
* actually stop on failureGravatar Thomas Capricelli2010-01-06
* mergeGravatar Benoit Jacob2010-01-06
|\
* | fix commentsGravatar Benoit Jacob2010-01-06
| * started a page on the porting from Eigen2 to 3, updated a bit the tutorialGravatar Gael Guennebaud2010-01-06
| * improve the new experimental sparse productGravatar Gael Guennebaud2010-01-05
|/
* mergeGravatar Gael Guennebaud2010-01-05
|\
* | a couple of improvements in the Autodiff moduleGravatar Gael Guennebaud2010-01-05
* | extend benchmark for sparse productsGravatar Gael Guennebaud2010-01-05
* | add a novel, experimental sparse productGravatar Gael Guennebaud2010-01-05