aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/LU/FullPivLU.h
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
* Make FullPivLU use conjugateIf<>Gravatar Gael Guennebaud2019-01-17
* PR 567: makes all dense solvers inherit SoverBase (LU,Cholesky,QR,SVD).Gravatar Patrick Peltzer2019-01-17
* Fix StorageIndex FIXME in dense LU solversGravatar Gael Guennebaud2019-01-13
* Cast to diagonalSize to RealScalar instead Scalar.Gravatar Rasmus Munk Larsen2018-08-09
* Cast diagonalSize() to Scalar before multiplication. Without this, automatic ...Gravatar Rasmus Munk Larsen2018-08-09
* MIsc. source and comment typosGravatar luz.paz2018-03-11
* Adjusted the EIGEN_DEVICE_FUNC qualifiers to make sure that:Gravatar Benoit Steiner2017-03-01
* Removed EIGEN_DEVICE_FUNC qualifers for the lu(), fullPivLu(), partialPivLu()...Gravatar Benoit Steiner2016-09-19
* Added several missing EIGEN_DEVICE_FUNC qualifiersGravatar Benoit Steiner2016-09-14
* bug #1285: fix regression introduced in changeset 00c29c2caef8fb0c6b1d2ba5ecd...Gravatar Gael Guennebaud2016-09-13
* bug #1266: remove CUDA guards on MatrixBase::<decomposition> definitions. (th...Gravatar Gael Guennebaud2016-09-06
* 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
* Relax mixing-type constraints for binary coefficient-wise operators:Gravatar Gael Guennebaud2016-06-06
* Store permutation's determinant as char.Gravatar Gael Guennebaud2016-05-26
* Cleaning pass on rcond estimator.Gravatar Gael Guennebaud2016-04-14
* Addresses comments on Eigen pull request PR-174.Gravatar Rasmus Munk Larsen2016-04-04
* Add matrix condition estimator module that implements the Higham/Hager algori...Gravatar Rasmus Munk Larsen2016-04-01
* Fix numerous doxygen shortcomings, and workaround some clang -Wdocumentation ...Gravatar Gael Guennebaud2016-01-01
* Add LU::transpose().solve() and LU::adjoint().solve() API.Gravatar Gael Guennebaud2015-12-01
* Add internal method _solve_impl_transposed() to LU decomposition classes that...Gravatar Rasmus Munk Larsen2015-11-30
* Make FullPivLU::solve use rank() instead of nonzeroPivots().Gravatar Gael Guennebaud2015-11-21
* Generalize matrix ctor and compute() method of dense decomposition to 1) limi...Gravatar Gael Guennebaud2015-09-07
* Fix FullPivLU::image documentationGravatar Gael Guennebaud2015-09-02
* bug #949: add static assertion for incompatible scalar types in dense end-use...Gravatar Gael Guennebaud2015-03-13
* New scoring functor to select the pivot.Gravatar Marc Glisse2015-03-03
* Index refactoring: StorageIndex must be used for storage only (and locally wh...Gravatar Gael Guennebaud2015-02-13
* bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t...Gravatar Christoph Hertzberg2014-12-04
* Make constructors explicit if they could lead to unintended implicit conversionGravatar Christoph Hertzberg2014-09-23
* Remove deprecated code not used by evaluatorsGravatar Gael Guennebaud2014-09-18
* merge with default branchGravatar Gael Guennebaud2014-06-20
|\
| * Fix doc'n of FullPivLU re permutation matrices (bug #815).Gravatar Jitse Niesen2014-05-31
* | Migrate JacobiSVD to SolverGravatar Gael Guennebaud2014-03-11
* | Fix CoeffReadCost issuesGravatar Gael Guennebaud2014-03-11
* | Hide some deprecated classes.Gravatar Gael Guennebaud2014-02-24
* | Port LU module to evaluators (except image() and kernel())Gravatar Gael Guennebaud2014-02-20
|/
* merge with default branchGravatar Gael Guennebaud2013-04-19
|\
| * Add assertion on the input matrix size in factorizations relying on permutati...Gravatar Gael Guennebaud2013-02-26
* | Add support for NVCC5: most of the Core and part of LU are callable from CUDA...Gravatar Gael Guennebaud2013-02-07
|/
* Fix bug #314:Gravatar Gael Guennebaud2012-11-06
* Manual MPL2 relicensing fixesGravatar Benoit Jacob2012-07-13
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* add missing return *thisGravatar Gael Guennebaud2012-01-31
* stop fill pivoting LU only if the pivot is exactly 0Gravatar Gael Guennebaud2011-11-22
* protect calls to min and max with parentheses to make Eigen compatible with d...Gravatar Gael Guennebaud2011-07-21
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* rename:Gravatar Benoit Jacob2010-06-14