aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/Diagonal.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
* bug #1516: add assertion for out-of-range diagonal index in MatrixBase::diago...Gravatar Gael Guennebaud2018-04-03
* Added missing EIGEN_DEVICE_FUNC qualifiersGravatar Benoit Steiner2017-02-28
* bug #1378: fix doc (DiagonalIndex vs Diagonal)Gravatar Gael Guennebaud2017-01-21
* bug #178: remove additional const on nested expression, and remove several co...Gravatar Gael Guennebaud2016-01-28
* Allow to use arbitrary packet-types during evaluation.Gravatar Gael Guennebaud2015-08-07
* Get rid of class internal::nested<> (still have to updated Tensor module)Gravatar Gael Guennebaud2015-06-19
* 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
* Fix MSVC compilation issueGravatar Gael Guennebaud2014-12-02
* Simplify return type of diagonal(Index) (and ease compiler job)Gravatar Gael Guennebaud2014-11-28
* bug #701: workaround (min) and (max) blocking ADL by introducing numext::mini...Gravatar Gael Guennebaud2014-10-20
* Changed Diagonal::index() to return an Index type instead of int to prevent p...Gravatar Georg Drenkhahn2014-09-21
* 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
* Move evaluation related flags from traits to evaluator and fix evaluators of ...Gravatar Gael Guennebaud2014-03-12
* Move CoeffReadCost mechanism to evaluatorsGravatar Gael Guennebaud2014-03-10
* NVCC: fix closed-form eigenvalue decomposition, workaround gcc4.7/nvcc5.5 issueGravatar Gael Guennebaud2014-01-24
* Extend support for nvcc to Array objects and wrappersGravatar Gael Guennebaud2013-07-31
* Remove double const qualifierGravatar Gael Guennebaud2013-07-10
* Fix bug #605: ambiguous call to std::min when calling .diagonal() on a sparse...Gravatar Gael Guennebaud2013-06-10
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* Add a DynamicIndex constant for signed quantities and use it to fix the conflictGravatar Gael Guennebaud2012-07-10
* fix computation of fixed size sub/super diagonal sizeGravatar Gael Guennebaud2012-07-10
* Evaluators: Remove member variables if known at compile-time.Gravatar Jitse Niesen2012-07-06
* fix most of the shadow warnings in Core/*.hGravatar Gael Guennebaud2012-06-22
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* fix several const qualifier issues: double ones, meaningless ones, some missi...Gravatar Gael Guennebaud2012-02-03
* add .data() member to Diagonal<>Gravatar Gael Guennebaud2012-01-31
* protect calls to min and max with parentheses to make Eigen compatible with d...Gravatar Gael Guennebaud2011-07-21
* Implement evaluator for Diagonal.Gravatar Jitse Niesen2011-04-22
* mergeGravatar Benoit Jacob2011-02-06
|\
* | fix const correctness in Diagonal::coeffRef (fix found by failtests)Gravatar Benoit Jacob2011-02-06
| * Removed internal::as_argument. This fixes the alignment issues of bug #165.Gravatar Hauke Heibel2011-02-06
|/
* fix const-related compiler error on MSC.Gravatar Eamon Nerbonne2011-01-27
* fix bug #155, const-related compilation errorGravatar Benoit Jacob2011-01-18
* third pass of const-correctness fixes (bug #54), hopefully the last one...Gravatar Benoit Jacob2011-01-07
* bug #54 - really fix const correctness except in SparseGravatar Benoit Jacob2010-12-22
* Initial fixes for bug #85.Gravatar Hauke Heibel2010-10-25
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* introduce a new LvalueBit flag and split DenseCoeffBase into three level of a...Gravatar Gael Guennebaud2010-07-21
* syncGravatar Gael Guennebaud2010-07-07
|\
* | add a compile time error if someone call packet on Diagonal (instead of infin...Gravatar Gael Guennebaud2010-07-07
| * Various documentation improvements.Gravatar Jitse Niesen2010-07-06
|/
* rename:Gravatar Benoit Jacob2010-06-14
* 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
* use CoeffReturnTypeGravatar Benoit Jacob2010-05-08