aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/DiagonalMatrix.h
Commit message (Expand)AuthorAge
* PR 593: Add variadtic ctor for DiagonalMatrix with unit testsGravatar David Tellenbach2019-03-14
* bug #520: add diagmat +/- diagmat operators.Gravatar Gael Guennebaud2018-10-10
* Adjusted the EIGEN_DEVICE_FUNC qualifiers to make sure that:Gravatar Benoit Steiner2017-03-01
* Fix regression in X = (X*X.transpose())/s with X rectangular by deferring res...Gravatar Gael Guennebaud2016-10-26
* Fixes for min and abs after Benoit's comments, switched to numext.Gravatar Robert Lukierski2016-10-13
* Adding EIGEN_DEVICE_FUNC in the Geometry module.Gravatar Robert Lukierski2016-10-12
* Change the semantic of the last template parameter of Assignment from "Scalar...Gravatar Gael Guennebaud2016-07-04
* Implement scalar multiples and division by a scalar as a binary-expression wi...Gravatar Gael Guennebaud2016-06-14
* Relax mixing-type constraints for binary coefficient-wise operators:Gravatar Gael Guennebaud2016-06-06
* Index refactoring: StorageIndex must be used for storage only (and locally wh...Gravatar Gael Guennebaud2015-02-13
* Merge Index-refactoring branch with default, fix PastixSupport, remove some u...Gravatar Gael Guennebaud2015-02-13
|\
| * Add support for dense ?= diagonalGravatar Gael Guennebaud2015-01-24
* | 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
* Fix max sizes at compile time of DiagonalWrapperGravatar Gael Guennebaud2014-07-22
* merge with default branchGravatar Gael Guennebaud2014-07-02
|\
* | Use DiagonalShape as the storage kind of DiagonalBase<>.Gravatar Gael Guennebaud2014-07-01
| * Removed the deprecated EIGEN2_SUPPORT, as previously announced. A compilation...Gravatar Christoph Hertzberg2014-07-01
* | Add a NoPreferredStorageOrderBit flag for expression having no preferred stor...Gravatar Gael Guennebaud2014-06-27
* | Make operator=(EigenBase<>) uses the new assignment mechanism and introduce a...Gravatar Gael Guennebaud2014-06-25
* | 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
* | Add evaluator support for diagonal productsGravatar Gael Guennebaud2014-02-17
|/
* Extend support for nvcc to Array objects and wrappersGravatar Gael Guennebaud2013-07-31
* Fix several documentation issuesGravatar Gael Guennebaud2012-12-24
* Fix bug #314:Gravatar Gael Guennebaud2012-11-06
* add scalar multiple to diagonal matricesGravatar Gael Guennebaud2012-09-27
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* bug #482: pass scalar arguments by const references. This changeset only conc...Gravatar Gael Guennebaud2012-06-28
* 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
* make eigen2 cholesky test passGravatar Benoit Jacob2011-01-28
* const-qualify template parameters representing const arguments to expressions.Gravatar Benoit Jacob2011-01-24
* pass eigen2's triangular testGravatar Benoit Jacob2011-01-23
* fix compilation of transform * scalingGravatar Gael Guennebaud2010-11-19
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* Fixed DiagonalMatrix assignment.Gravatar Hauke Heibel2010-08-21
* introduce a new LvalueBit flag and split DenseCoeffBase into three level of a...Gravatar Gael Guennebaud2010-07-21
* Various documentation improvements.Gravatar Jitse Niesen2010-07-06
* email changeGravatar Gael Guennebaud2010-06-24
* * remove ei_index, and let ei_traits propagate the index typesGravatar Gael Guennebaud2010-06-03
* the Index types change.Gravatar Benoit Jacob2010-05-30
* Renamed AnyMatrixBase to EigenBase.Gravatar Hauke Heibel2010-02-20
* remove some trailing nestbyvalueGravatar Gael Guennebaud2010-02-01
* merge with default branchGravatar Gael Guennebaud2009-12-22
|\
* | Another big refactoring change:Gravatar Gael Guennebaud2009-11-18
| * addToDense ---> addToGravatar Benoit Jacob2009-11-16
| * DiagonalMatrix: release-quality documentationGravatar Benoit Jacob2009-11-16
|/