index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Eigen
/
src
/
Core
/
ConditionEstimator.h
Commit message (
Expand
)
Author
Age
*
bug #1635: Use infinity from Numtraits instead of creating it manually.
Christoph Hertzberg
2018-12-05
*
bug #785: Make Cholesky decomposition work for empty matrices
Christoph Hertzberg
2018-12-03
*
Fix with expession template scalar types.
Gael Guennebaud
2016-07-26
*
Fix function dependencies
Gael Guennebaud
2016-06-03
*
Disable some long to float conversion warnings
Gael Guennebaud
2016-05-26
*
Cleaning pass on rcond estimator.
Gael Guennebaud
2016-04-14
*
Add short-circuit to avoid calling matrix norm for empty matrix.
Rasmus Munk Larsen
2016-04-09
*
A few tiny adjustments to short-circuit logic.
Rasmus Munk Larsen
2016-04-09
*
Widen short-circuiting ReciprocalConditionNumberEstimate so we don't call Inv...
Rasmus Munk Larsen
2016-04-07
*
Use Index instead of int for indexing and sizes.
Rasmus Munk Larsen
2016-04-07
*
Remove transpose() method from LLT and LDLT classes as it would imply conjuga...
Rasmus Munk Larsen
2016-04-07
*
Fix bug in alternate lower bound calculation due to missing parentheses.
Rasmus Munk Larsen
2016-04-05
*
Fix docstrings to list all supported decompositions.
Rasmus Munk Larsen
2016-04-04
*
Addresses comments on Eigen pull request PR-174.
Rasmus Munk Larsen
2016-04-04
*
Add condition estimation to Cholesky (LLT) factorization.
Rasmus Munk Larsen
2016-04-01
*
Replace "inline static" with "static inline" for consistency.
Rasmus Munk Larsen
2016-04-01
*
Fix comments in ConditionEstimator and minor cleanup.
Rasmus Munk Larsen
2016-04-01
*
Add matrix condition estimator module that implements the Higham/Hager algori...
Rasmus Munk Larsen
2016-04-01