aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/ConditionEstimator.h
Commit message (Expand)AuthorAge
* bug #1635: Use infinity from Numtraits instead of creating it manually.Gravatar Christoph Hertzberg2018-12-05
* bug #785: Make Cholesky decomposition work for empty matricesGravatar Christoph Hertzberg2018-12-03
* Fix with expession template scalar types.Gravatar Gael Guennebaud2016-07-26
* Fix function dependenciesGravatar Gael Guennebaud2016-06-03
* Disable some long to float conversion warningsGravatar Gael Guennebaud2016-05-26
* Cleaning pass on rcond estimator.Gravatar Gael Guennebaud2016-04-14
* Add short-circuit to avoid calling matrix norm for empty matrix.Gravatar Rasmus Munk Larsen2016-04-09
* A few tiny adjustments to short-circuit logic.Gravatar Rasmus Munk Larsen2016-04-09
* Widen short-circuiting ReciprocalConditionNumberEstimate so we don't call Inv...Gravatar Rasmus Munk Larsen2016-04-07
* Use Index instead of int for indexing and sizes.Gravatar Rasmus Munk Larsen2016-04-07
* Remove transpose() method from LLT and LDLT classes as it would imply conjuga...Gravatar Rasmus Munk Larsen2016-04-07
* Fix bug in alternate lower bound calculation due to missing parentheses.Gravatar Rasmus Munk Larsen2016-04-05
* Fix docstrings to list all supported decompositions.Gravatar Rasmus Munk Larsen2016-04-04
* Addresses comments on Eigen pull request PR-174.Gravatar Rasmus Munk Larsen2016-04-04
* Add condition estimation to Cholesky (LLT) factorization.Gravatar Rasmus Munk Larsen2016-04-01
* Replace "inline static" with "static inline" for consistency.Gravatar Rasmus Munk Larsen2016-04-01
* Fix comments in ConditionEstimator and minor cleanup.Gravatar Rasmus Munk Larsen2016-04-01
* Add matrix condition estimator module that implements the Higham/Hager algori...Gravatar Rasmus Munk Larsen2016-04-01