aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/DiagonalMatrix.h
Commit message (Expand)AuthorAge
* 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
|/
* * add PermutationMatrixGravatar Benoit Jacob2009-11-15
* finish my evalToDense => evalTo changeGravatar Gael Guennebaud2009-09-17
* remove the \addexample tagsGravatar Gael Guennebaud2009-09-03
* * Bye bye MultiplierBase, extend a bit AnyMatrixBase to allow =, +=, and -=Gravatar Gael Guennebaud2009-08-03
* add a generic mechanism to copy a special matrix to a dense matrix so thatGravatar Gael Guennebaud2009-07-07
* * update sparse module wrt new diagonal matrix implGravatar Gael Guennebaud2009-07-04
* new implementation of diagonal matrices and diagonal matrix expressionsGravatar Benoit Jacob2009-06-28
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* constant Diagonal ---> DiagonalBitsGravatar Benoit Jacob2009-05-10
* ok, this time cast should really work ; sorry for the noiseGravatar Gael Guennebaud2009-04-29
* add DiagonalMatrix setZero and resize functionsGravatar Gael Guennebaud2009-02-09
* fix MSVC stupid warningsGravatar Gael Guennebaud2009-01-29
* add MatrixBase::stableNorm() avoiding over/under-flowGravatar Gael Guennebaud2009-01-28
* * make sum and redux honor EvalBeforeNestingBit tooGravatar Gael Guennebaud2009-01-28
* Big change in DiagonalMatrix and Geometry/Scaling:Gravatar Gael Guennebaud2009-01-28
* * clarify the situation with experimental partsGravatar Benoit Jacob2009-01-19
* * replace postfix ++ by prefix ++ wherever that makes sense in Eigen/Gravatar Benoit Jacob2008-12-17
* bugfix in DiagonalProduct: a "DiagonalProduct<SomeXpr>" expressionGravatar Gael Guennebaud2008-12-10
* Update e-mail addressGravatar Benoit Jacob2008-11-24
* * Add Hyperplane::transform(Matrix/Transform)Gravatar Gael Guennebaud2008-08-31
* doc and use sed to clean the class hierarchy instead ofGravatar Gael Guennebaud2008-08-28
* * move memory related stuff to util/Memory.hGravatar Gael Guennebaud2008-08-26
* Added an automatically generated list of selected examples in the documentation.Gravatar Gael Guennebaud2008-07-19
* change derived classes methods from "private:_method()"Gravatar Benoit Jacob2008-06-26
* meagre outcome for so much time spent!Gravatar Benoit Jacob2008-06-01