aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/DiagonalMatrix.h
Commit message (Expand)AuthorAge
...
* * 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
* added optimized matrix times diagonal matrix product via Diagonal flag shortcut.Gravatar Gael Guennebaud2008-05-31
* * find the proper way of nesting the expression in Flagged:Gravatar Benoit Jacob2008-05-28
* Introduce generic Flagged xpr, remove already Lazy.h and Temporary.hGravatar Benoit Jacob2008-05-14
* put inline keywords everywhere appropriate. So we don't need anymore to passGravatar Benoit Jacob2008-05-12
* fix flag and cost computations for nested expressionsGravatar Gael Guennebaud2008-05-01
* Added Triangular expression to extract upper or lower (strictly or not)Gravatar Gael Guennebaud2008-04-26
* Fix a couple of issue with the vectorization. In particular, default ei_p* fu...Gravatar Gael Guennebaud2008-04-24
* * rename XprCopy -> NestedGravatar Benoit Jacob2008-04-10
* Added initial experimental support for explicit vectorization.Gravatar Gael Guennebaud2008-04-09
* -new: recursive costs system, useful to determine automaticallyGravatar Benoit Jacob2008-04-03
* * introducte recursive Flags system for the expressionsGravatar Benoit Jacob2008-03-30
* * #define EIGEN_NDEBUG now also disables asserts. UsefulGravatar Benoit Jacob2008-03-26
* get rid of MatrixRef, simplifications.Gravatar Benoit Jacob2008-03-13
* a lot of renamingGravatar Benoit Jacob2008-03-13
* generalized ei_traits<>.Gravatar Benoit Jacob2008-03-12
* big change: MatrixBase only takes one template parameter "Derived", theGravatar Benoit Jacob2008-03-10
* renaming: ref() --> asArg()Gravatar Benoit Jacob2008-03-04
* * Eigen compiles with any GCC versions from, at least, 3.3 without the previ...Gravatar Gael Guennebaud2008-03-04
* Relicense --> dual-license LGPL3+/GPL2+Gravatar Benoit Jacob2008-02-28
* prefix global functions with ei_ as previous solution was ratherGravatar Benoit Jacob2008-02-28
* alpha 3.1. in this commit:Gravatar Benoit Jacob2008-01-15
* big architecture change dissociating "actual" dimensions from "maximum possible"Gravatar Benoit Jacob2008-01-13
* -add set...() methods and their documentation; remove GenericGravatar Benoit Jacob2008-01-11
* switch to enums everywhereGravatar Benoit Jacob2008-01-10
* Ready for alpha2 release.Gravatar Benoit Jacob2008-01-07