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
/
Cholesky
Commit message (
Expand
)
Author
Age
*
PR 567: makes all dense solvers inherit SoverBase (LU,Cholesky,QR,SVD).
Patrick Peltzer
2019-01-17
*
bug #785: Make Cholesky decomposition work for empty matrices
Christoph Hertzberg
2018-12-03
*
LLT: correct doc and add missing reference for the return type of rankUpdate
Justin Carpentier
2018-09-11
*
bug #1528: better use numeric_limits::min() instead of 1/highest() that with ...
Gael Guennebaud
2018-04-03
*
MIsc. source and comment typos
luz.paz
2018-03-11
*
bug #1479: fix failure detection in LDLT
Gael Guennebaud
2017-11-16
*
Doc: warn about constness in LLT::solveInPlace
Gael Guennebaud
2017-08-22
*
LLT: const the arg to solveInPlace() to allow passing .transpose(), .block(),...
Jim Radford
2017-01-04
*
LLT: avoid making a copy when decomposing in place
Jim Radford
2017-01-04
*
Gub 1453: fix Map with non-default inner-stride but no outer-stride.
Gael Guennebaud
2017-08-22
*
bug #1456: add perf recommendation for LLT and storage format
Gael Guennebaud
2017-08-22
*
Re-enable hidden doc in LLT
Gael Guennebaud
2017-08-22
*
bug #1458: fix documentation of LLT and LDLT info() method.
Gael Guennebaud
2017-08-22
*
Deleted extra: EIGEN_DEVICE_FUNC: the QR and Cholesky code isn't ready to run...
Benoit Steiner
2017-02-28
*
Fix compilation of LLT with complex<mpreal>.
Gael Guennebaud
2016-11-05
*
bug #1266: remove CUDA guards on MatrixBase::<decomposition> definitions. (th...
Gael Guennebaud
2016-09-06
*
bug #1167: simplify installation of header files using cmake's install(DIRECT...
Gael Guennebaud
2016-08-29
*
bug #1268: detect faillure in LDLT and report them through info()
Gael Guennebaud
2016-08-23
*
Clean references to MKL in LAPACKe support.
Gael Guennebaud
2016-07-25
*
Rename MKL files
Gael Guennebaud
2016-07-25
*
bug #173: remove dependency to MKL for LAPACKe backend.
Gael Guennebaud
2016-07-25
*
Add documentation and exemples for inplace decomposition.
Gael Guennebaud
2016-07-04
*
bug #707: add inplace decomposition through Ref<> for Cholesky, LU and QR dec...
Gael Guennebaud
2016-07-04
*
Handle some Index to int conversions in BLAS/LAPACK support.
Gael Guennebaud
2016-05-26
*
Cleaning pass on rcond estimator.
Gael Guennebaud
2016-04-14
*
Merged eigen/eigen into default
Rasmus Larsen
2016-04-08
|
\
|
*
Properly handle complex numbers.
Benoit Steiner
2016-04-07
*
|
Remove transpose() method from LLT and LDLT classes as it would imply conjuga...
Rasmus Munk Larsen
2016-04-07
*
|
Use lpNorm<1>() to compute l1 norms in LLT and LDLT.
Rasmus Munk Larsen
2016-04-07
|
*
Static casting scalar types so as to let chlesky module of eigen work with ceres
parthaEth
2016-04-08
*
|
Addresses comments on Eigen pull request PR-174.
Rasmus Munk Larsen
2016-04-04
*
|
Add rcond method to LDLT.
Rasmus Munk Larsen
2016-04-01
*
|
Add condition estimation to Cholesky (LLT) factorization.
Rasmus Munk Larsen
2016-04-01
|
/
*
Fix numerous doxygen shortcomings, and workaround some clang -Wdocumentation ...
Gael Guennebaud
2016-01-01
*
Improve numerical accuracy in LLT and triangular solve by using true scalar d...
Gael Guennebaud
2015-10-18
*
Generalize matrix ctor and compute() method of dense decomposition to 1) limi...
Gael Guennebaud
2015-09-07
*
bug #1057: fix a declaration missmatch with MSVC
Gael Guennebaud
2015-09-02
*
typo
Gael Guennebaud
2015-06-15
*
bug #705: fix handling of Lapack potrf return code
Gael Guennebaud
2015-06-05
*
minor documentation fixes
Gael Guennebaud
2015-06-05
*
bug #949: add static assertion for incompatible scalar types in dense end-use...
Gael Guennebaud
2015-03-13
*
Remove deprecated usage of expr::Index.
Gael Guennebaud
2015-02-16
*
bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t...
Christoph Hertzberg
2014-12-04
*
bug #701: workaround (min) and (max) blocking ADL by introducing numext::mini...
Gael Guennebaud
2014-10-20
*
Fix bug #894: the sign of LDLT was not re-initialized at each call of compute()
Gael Guennebaud
2014-10-20
*
Make constructors explicit if they could lead to unintended implicit conversion
Christoph Hertzberg
2014-09-23
*
Remove deprecated code not used by evaluators
Gael Guennebaud
2014-09-18
*
merge with default branch
Gael Guennebaud
2014-07-18
|
\
|
*
bug #397: add a warning for 64 to 32 bit integer conversion and fix many of t...
Gael Guennebaud
2014-07-17
*
|
merge with default branch
Gael Guennebaud
2014-07-10
|
\
|
[next]