aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported
Commit message (Expand)AuthorAge
* 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
* 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
* Update doxygen files to doxygen version 1.8Gravatar Gael Guennebaud2012-12-28
* Fix several documentation issuesGravatar Gael Guennebaud2012-12-24
* Add arpack support module fileGravatar David Harmon2012-12-16
* Added ARPACK support for standard and generalized eigenvalue problems. Curren...Gravatar David Harmon2012-10-06
* Move work in progress Levenberg Marquardt module in unsupportedGravatar Gael Guennebaud2012-12-08
* Backed out changeset 363e506776babe4fdfb8e670fe6d91942fc61d7cGravatar Gael Guennebaud2012-12-07
* Rename the old LevenbergMarquardt class to LevenbergMarquardtLegacyGravatar Desire NUENTSA2012-12-07
* Fix Incomplete Cholesky factorization. Stable but need iterative robust shiftGravatar Desire NUENTSA2012-12-07
* Fixed mpreal for IA64 architecturesGravatar Pavel Holoborodko2012-12-04
* remove deprecated InnerVectorSet for the deprecated DynamicSparseMatrix classGravatar Gael Guennebaud2012-11-16
* Improve the IncompleteLLT ... not yet robustGravatar Desire NUENTSA2012-11-13
* Add restarted GMRES with deflationGravatar Desire NUENTSA2012-11-12
* Fix bug #314:Gravatar Gael Guennebaud2012-11-06
* Fix build error in matrixfunctions on MSVCGravatar Desire NUENTSA2012-10-30
* Fixed gcc warnings, John Westwood name and round_style functionGravatar Pavel Holoborodko2012-10-19
* Updated multiprecision module to support the most recent version of MPFR C++Gravatar Pavel Holoborodko2012-10-19
* the repeated solves are already present in check_sparse_solving()Gravatar Desire NUENTSA2012-10-09
* MINRES solverGravatar dnuentsa2012-10-09
|\
* | Discard failing tests in NonlinearOptimizationGravatar Desire NUENTSA2012-10-09
| * spd test instead of square test. Still missing complex version of MINRES.Gravatar giacomo po2012-10-01
* | MergeGravatar Jitse Niesen2012-09-29
|\ \
* | | Make testExponentLaws in matrix_power quiet. It was too noisy.Gravatar Chen-Pang He2012-09-29
* | | Avoid memory manipulation for simplicity, efficiency, and safety.Gravatar Chen-Pang He2012-09-29
* | | Abort the extension. MatrixSquareRootTriangular only takes upper triangular m...Gravatar Chen-Pang He2012-09-29
* | | Extend MatrixPowerTriangularAtomic for future implementation for triangular m...Gravatar Chen-Pang He2012-09-29
| | * compiling (but failing) unit testGravatar giacomo po2012-09-27
* | | Fix doc and tidy upGravatar Chen-Pang He2012-09-28
| * | Fix Build error on MSVCGravatar Desire NUENTSA2012-09-27
* | | Move unshared items back to MatrixPowerGravatar Chen-Pang He2012-09-27
* | | Write doc on (matrix power) * (matrix expression)Gravatar Chen-Pang He2012-09-27
* | | Create class MatrixPowerBase for further extension (like specialization for t...Gravatar Chen-Pang He2012-09-27
| * | Define sparseLU functions as staticGravatar Desire NUENTSA2012-09-25
| | * some clean-up and new comments.Gravatar giacomo po2012-09-24
* | | Remove unnecessary code. lazyAssign seems to fix all (noalias, initialization...Gravatar Chen-Pang He2012-09-24
| | * Some minor optimization.Gravatar giacomo po2012-09-24
| | * moved MINRES to unsupported. Made unit test.Gravatar giacomo po2012-09-24
* | | Remove class MatrixPowerEvaluator with enhanced existing MatrixPowerReturnVal...Gravatar Chen-Pang He2012-09-23
* | | Fix bug in MatrixPower(expression) due to destruction of temporary objects. S...Gravatar Chen-Pang He2012-09-23
* | | Eliminate unnecessary evaluationsGravatar Chen-Pang He2012-09-23
* | | Avoid inefficient 2x2 LUGravatar Chen-Pang He2012-09-22