aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* I think it's OK to let XprHelper.h determine the nested type.Gravatar Chen-Pang He2012-10-15
* Remove unused typedef (traits<MatrixPowerProduct>::PlainObject) for brevity.Gravatar Chen-Pang He2012-10-14
* Simplify traits<MatrixPowerProduct>: StorageKind must be Dense because Matrix...Gravatar Chen-Pang He2012-10-14
* Use the nested type instead of const referenceGravatar Chen-Pang He2012-10-14
* Just tidy up: no need to specify template parameters inside class body.Gravatar Chen-Pang He2012-10-14
* Make MatrixPowerTriangularAtomic::computePade static because it should be.Gravatar Chen-Pang He2012-10-07
* Use simplified return type, trying to work around MSVC.Gravatar Chen-Pang He2012-10-03
* Make use of TRMM (speed up), and remove useless condition (the triangular don...Gravatar Chen-Pang He2012-10-02
* Make better decision on PartialPivLU vs inverse(): We have specialized invers...Gravatar Chen-Pang He2012-10-02
* Add test for real MatrixPowerTriangular.Gravatar Chen-Pang He2012-09-30
* Avoid Schur decomposition on (quasi-)triangular matrices. (Huge speed up!)Gravatar Chen-Pang He2012-09-30
* Implement complex MatrixPowerTriangular. There are still problems with real one.Gravatar Chen-Pang He2012-09-30
* Move the definition of DenseBase::InnerIterator to Core module. (needed to ma...Gravatar Gael Guennebaud2013-01-15
* Delete unused variable in SparseLUGravatar Desire NUENTSA2013-01-14
* Move SparseColEtree common to SparseLU and SparseQR to SparseCore and fix bui...Gravatar Desire NUENTSA2013-01-14
* Fix the column permutation in SparseQRGravatar Desire NUENTSA2013-01-14
* Remove TOC numbering, and minor improvement in overview.Gravatar Gael Guennebaud2013-01-12
* Fix bug #540: SelfAdjointEigenSolver improperly used the upper triangular par...Gravatar Sergey Popov2013-01-12
* Cleaning documentation pass in ordering and ILUTGravatar Gael Guennebaud2013-01-12
* Clean inclusion, namespace definition, and documentation of SparseLUGravatar Gael Guennebaud2013-01-12
* SparseQR: clean a bit the documentation, fix rows/cols methods, remove rowsQ ...Gravatar Gael Guennebaud2013-01-12
* Fix installation path of SparseQRGravatar Gael Guennebaud2013-01-12
* Pass a const matrix to sparseQRGravatar Desire NUENTSA2013-01-11
* Add support for Schur decomposition of matrices in Hessenberg formGravatar Desire NUENTSA2013-01-11
* Add support for sparse blueNormGravatar Desire NUENTSA2013-01-11
* Add a sparse QR factorization and update the elimination tree in SparseLUGravatar Desire NUENTSA2013-01-11
* Make the MatrixFunctions documentation page looks a bit betterGravatar Gael Guennebaud2013-01-11
* update unsupported module documentation to be conformed with new documentatio...Gravatar Gael Guennebaud2013-01-11
* remove the 'Unsupported Modules' meta moduleGravatar Gael Guennebaud2013-01-11
* typosGravatar Gael Guennebaud2013-01-09
* update javascript hacks for doxygen 1.8.3Gravatar Gael Guennebaud2013-01-09
* Rename the dox files: the number prefixes are not needed anymoreGravatar Gael Guennebaud2013-01-06
* Clean the manual page titles, links and intro.Gravatar Gael Guennebaud2013-01-06
* fix typoGravatar Thomas Capricelli2013-01-06
* Check that minCoeff(int*)/maxCoeff(int*) always pick the first entry in case ...Gravatar Gael Guennebaud2013-01-05
* Fix _data() versus data() issue in SparseVector, and add a Storage typedef ju...Gravatar Gael Guennebaud2013-01-05
* Update the overview page to reflect the new organisationGravatar Gael Guennebaud2013-01-05
* Doc presentation:Gravatar Gael Guennebaud2013-01-05
* Big changes in Eigen documentation:Gravatar Gael Guennebaud2013-01-05
* Set matrix to zero before inserting entries (partially fixes bug #539).Gravatar Jitse Niesen2013-01-03
* Make KroneckerProductSparse inherit EigenBase instead of SparseMatrixBase, fo...Gravatar Chen-Pang He2012-10-25
* Fix compile error caused by incomplete SparseMatrixBase.Gravatar Chen-Pang He2012-10-16
* Let KroneckerProduct inherit ReturnByValue to eliminate temporary evaluation....Gravatar Chen-Pang He2012-10-15
* Add doc for KroneckerProductSparse.Gravatar Chen-Pang He2012-10-15
* Make kroneckerProduct take two arguments and return an expression, which is m...Gravatar Chen-Pang He2012-10-15
* KroneckerProduct: we have const_cast_derived so why not use it?Gravatar Chen-Pang He2012-10-14
* Remove #include of removed header file.Gravatar Jitse Niesen2013-01-03
* Remove useless empty file.Gravatar Gael Guennebaud2013-01-03
* Doc: replace manual TOC by doxygen's \tableofcontents commandGravatar Gael Guennebaud2012-12-28
* Doc: remove page margins and limits to 60em paragraphes only instaead of the ...Gravatar Gael Guennebaud2012-12-28