aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/SolveTriangular.h
Commit message (Expand)AuthorAge
* Fix more enum arithmetic.Gravatar Rasmus Munk Larsen2021-06-15
* 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
* add EIGEN_DEVICE_FUNC to methodsGravatar acxz2020-12-01
* bug #1741: fix self-adjoint*matrix, triangular*matrix, and triangular^1*matri...Gravatar Gael Guennebaud2019-09-11
* bug #1617: Fix SolveTriangular.solveInPlace crashing for empty matrix.Gravatar Matthieu Vigne2018-10-31
* Adjusted the EIGEN_DEVICE_FUNC qualifiers to make sure that:Gravatar Benoit Steiner2017-03-01
* Fix and workaround several doxygen issues/warningsGravatar Gael Guennebaud2017-01-04
* Do not copy for trivial 1x1 case. This also avoids a "maybe-uninitialized" wa...Gravatar Christoph Hertzberg2016-05-11
* Make use of is_same_dense helper instead of extract_data to detect input/outp...Gravatar Gael Guennebaud2016-04-13
* Fix detection of same matrices when both matrices are not handled by extract_...Gravatar Gael Guennebaud2016-04-13
* Use more explicit names.Gravatar Gael Guennebaud2015-12-10
* Fix usage of "Index" as a compile time integral.Gravatar Gael Guennebaud2015-12-10
* bug #1113: fix name conflict with C99's "I".Gravatar Gael Guennebaud2015-12-10
* Improve documentation of TriangularView.Gravatar Gael Guennebaud2015-10-09
* bug #998: Started fixing doxygen warningsGravatar Christoph Hertzberg2015-05-01
* Remove deprecated usage of expr::Index.Gravatar Gael Guennebaud2015-02-16
* Pulled the latest changes from the trunkGravatar Benoit Steiner2015-02-06
|\
* | Made the blocking computation aware of the l3 cacheGravatar Benoit Steiner2014-10-15
| * Refactor TriangularView to handle both dense and sparse objects. Introduce a ...Gravatar Gael Guennebaud2014-07-22
|/
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* avoid dynamic allocation for fixed size triangular solvingGravatar Gael Guennebaud2012-06-12
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* fix a dozen of warnings with MSVC, and get rid of some useless throw()Gravatar Gael Guennebaud2012-02-06
* fix several const qualifier issues: double ones, meaningless ones, some missi...Gravatar Gael Guennebaud2012-02-03
* fix memory leak when a custom scalar throw an exceptionGravatar Gael Guennebaud2011-03-19
* Fixed hidden const correctness issue.Gravatar Hauke Heibel2011-02-05
* fix 168 : now TriangularView::solve returns by value making TriangularView::s...Gravatar Gael Guennebaud2011-02-01
* bug #54 - really fix const correctness except in SparseGravatar Benoit Jacob2010-12-22
* add missing specializationGravatar Gael Guennebaud2010-11-09
* trsv: simplifications/cleaningGravatar Gael Guennebaud2010-11-05
* trsv: add support for inner-stride!=1, reduce code instanciation, move implem...Gravatar Gael Guennebaud2010-11-05
* Initial fixes for bug #85.Gravatar Hauke Heibel2010-10-25
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* add support for mixing type in trsvGravatar Gael Guennebaud2010-07-13
* make colmaj * vector uses pointers onlyGravatar Gael Guennebaud2010-07-11
* mixing types in product step 2:Gravatar Gael Guennebaud2010-07-11
* * generalize rowmajor by vectorGravatar Gael Guennebaud2010-07-10
* Remove \nonstable yet. The stability rules for Eigen3 are much simpler:Gravatar Benoit Jacob2010-06-29
* email changeGravatar Gael Guennebaud2010-06-24
* change the value of Dynamic to -1, since the index type is now configurable.Gravatar Benoit Jacob2010-06-11
* the Index types change.Gravatar Benoit Jacob2010-05-30
* * allow matrix dimensions to be 0 (also at compile time) and provide a specia...Gravatar Benoit Jacob2010-03-21
* stride() => inner/outerStride()Gravatar Gael Guennebaud2010-03-06
* fix triangular view assignmentGravatar Gael Guennebaud2010-01-30
* remove the Triangular suffix to Upper, Lower, UnitLower, etc,Gravatar Gael Guennebaud2010-01-07
* merge and add start/end to Eigen2SupportGravatar Gael Guennebaud2010-01-05
|\
| * Fix #69 for the second time, and add the respective regression testGravatar Gael Guennebaud2010-01-04
| * sorry for committing this messGravatar Gael Guennebaud2009-12-23