aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Cholesky
Commit message (Expand)AuthorAge
* Revert "Revert "Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), in...Gravatar Steve Bronder2021-03-24
* Revert "Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), innerStrid...Gravatar David Tellenbach2021-03-05
* Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), innerStride(), out...Gravatar Steve Bronder2021-03-04
* Fix documentation typos in LDLT.hGravatar Nikolaus Demmel2021-02-08
* add EIGEN_DEVICE_FUNC to methodsGravatar acxz2020-12-01
* PR 567: makes all dense solvers inherit SoverBase (LU,Cholesky,QR,SVD).Gravatar Patrick Peltzer2019-01-17
* bug #785: Make Cholesky decomposition work for empty matricesGravatar Christoph Hertzberg2018-12-03
* LLT: correct doc and add missing reference for the return type of rankUpdateGravatar Justin Carpentier2018-09-11
* bug #1528: better use numeric_limits::min() instead of 1/highest() that with ...Gravatar Gael Guennebaud2018-04-03
* MIsc. source and comment typosGravatar luz.paz2018-03-11
* bug #1479: fix failure detection in LDLTGravatar Gael Guennebaud2017-11-16
* Doc: warn about constness in LLT::solveInPlaceGravatar Gael Guennebaud2017-08-22
* LLT: const the arg to solveInPlace() to allow passing .transpose(), .block(),...Gravatar Jim Radford2017-01-04
* LLT: avoid making a copy when decomposing in placeGravatar Jim Radford2017-01-04
* Gub 1453: fix Map with non-default inner-stride but no outer-stride.Gravatar Gael Guennebaud2017-08-22
* bug #1456: add perf recommendation for LLT and storage formatGravatar Gael Guennebaud2017-08-22
* Re-enable hidden doc in LLTGravatar Gael Guennebaud2017-08-22
* bug #1458: fix documentation of LLT and LDLT info() method.Gravatar Gael Guennebaud2017-08-22
* Deleted extra: EIGEN_DEVICE_FUNC: the QR and Cholesky code isn't ready to run...Gravatar Benoit Steiner2017-02-28
* Fix compilation of LLT with complex<mpreal>.Gravatar Gael Guennebaud2016-11-05
* bug #1266: remove CUDA guards on MatrixBase::<decomposition> definitions. (th...Gravatar Gael Guennebaud2016-09-06
* bug #1167: simplify installation of header files using cmake's install(DIRECT...Gravatar Gael Guennebaud2016-08-29
* bug #1268: detect faillure in LDLT and report them through info()Gravatar Gael Guennebaud2016-08-23
* Clean references to MKL in LAPACKe support.Gravatar Gael Guennebaud2016-07-25
* Rename MKL filesGravatar Gael Guennebaud2016-07-25
* bug #173: remove dependency to MKL for LAPACKe backend.Gravatar Gael Guennebaud2016-07-25
* Add documentation and exemples for inplace decomposition.Gravatar Gael Guennebaud2016-07-04
* bug #707: add inplace decomposition through Ref<> for Cholesky, LU and QR dec...Gravatar Gael Guennebaud2016-07-04
* Handle some Index to int conversions in BLAS/LAPACK support.Gravatar Gael Guennebaud2016-05-26
* Cleaning pass on rcond estimator.Gravatar Gael Guennebaud2016-04-14
* Merged eigen/eigen into defaultGravatar Rasmus Larsen2016-04-08
|\
| * Properly handle complex numbers.Gravatar Benoit Steiner2016-04-07
* | Remove transpose() method from LLT and LDLT classes as it would imply conjuga...Gravatar Rasmus Munk Larsen2016-04-07
* | Use lpNorm<1>() to compute l1 norms in LLT and LDLT.Gravatar Rasmus Munk Larsen2016-04-07
| * Static casting scalar types so as to let chlesky module of eigen work with ceresGravatar parthaEth2016-04-08
* | Addresses comments on Eigen pull request PR-174.Gravatar Rasmus Munk Larsen2016-04-04
* | Add rcond method to LDLT.Gravatar Rasmus Munk Larsen2016-04-01
* | Add condition estimation to Cholesky (LLT) factorization.Gravatar Rasmus Munk Larsen2016-04-01
|/
* Fix numerous doxygen shortcomings, and workaround some clang -Wdocumentation ...Gravatar Gael Guennebaud2016-01-01
* Improve numerical accuracy in LLT and triangular solve by using true scalar d...Gravatar Gael Guennebaud2015-10-18
* Generalize matrix ctor and compute() method of dense decomposition to 1) limi...Gravatar Gael Guennebaud2015-09-07
* bug #1057: fix a declaration missmatch with MSVCGravatar Gael Guennebaud2015-09-02
* typoGravatar Gael Guennebaud2015-06-15
* bug #705: fix handling of Lapack potrf return codeGravatar Gael Guennebaud2015-06-05
* minor documentation fixesGravatar Gael Guennebaud2015-06-05
* bug #949: add static assertion for incompatible scalar types in dense end-use...Gravatar Gael Guennebaud2015-03-13
* Remove deprecated usage of expr::Index.Gravatar Gael Guennebaud2015-02-16
* bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t...Gravatar Christoph Hertzberg2014-12-04
* bug #701: workaround (min) and (max) blocking ADL by introducing numext::mini...Gravatar Gael Guennebaud2014-10-20
* Fix bug #894: the sign of LDLT was not re-initialized at each call of compute()Gravatar Gael Guennebaud2014-10-20