aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/LU/PartialPivLU.h
Commit message (Expand)AuthorAge
* Fix inverse nullptr/asan errors for LU.Gravatar Antonio Sanchez2021-07-01
* 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 conversion warningsGravatar Gael Guennebaud2019-02-19
* Let's properly use Score instead of std::abs, and remove deprecated FIXME ( a...Gravatar Gael Guennebaud2019-02-11
* Speed up 2x2 LU by a factor 2, and other small fixed sizes by about 10%.Gravatar Gael Guennebaud2019-02-11
* Speedup PartialPivLU for small matrices by passing compile-time sizes when av...Gravatar Gael Guennebaud2019-02-11
* bug #1669: fix PartialPivLU/inverse with zero-sized matrices.Gravatar Gael Guennebaud2019-01-29
* PR 567: makes all dense solvers inherit SoverBase (LU,Cholesky,QR,SVD).Gravatar Patrick Peltzer2019-01-17
* Add conjugateIf<bool> members to DesneBase, TriangularView, SelfadjointView, ...Gravatar Gael Guennebaud2019-01-17
* Fix StorageIndex FIXME in dense LU solversGravatar Gael Guennebaud2019-01-13
* MIsc. source and comment typosGravatar luz.paz2018-03-11
* 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
* Fix/handle some int-to-long conversions.Gravatar Gael Guennebaud2016-05-26
* 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
* Generalize matrix ctor and compute() method of dense decomposition to 1) limi...Gravatar Gael Guennebaud2015-09-07
* 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
* Remove deprecated usage of expr::Index.Gravatar Gael Guennebaud2015-02-16
* 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-07-18
|\
| * bug #397: add a warning for 64 to 32 bit integer conversion and fix many of t...Gravatar Gael Guennebaud2014-07-17
* | merge with default branchGravatar Gael Guennebaud2014-07-02
|\|
| * Removed the deprecated EIGEN2_SUPPORT, as previously announced. A compilation...Gravatar Christoph Hertzberg2014-07-01
* | 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
|\
| * Fix a couple of int versus Index issues.Gravatar Gael Guennebaud2013-04-09
| * 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
|/
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* protect calls to min and max with parentheses to make Eigen compatible with d...Gravatar Gael Guennebaud2011-07-21
* clean a bit previous patch (ctor vs static_cast and a few bits)Gravatar Gael Guennebaud2011-05-23