aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/CwiseNullaryOp.h
Commit message (Expand)AuthorAge
* Fix several documentation issuesGravatar Gael Guennebaud2012-12-24
* 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
* Fixed setLinSpaced for size==1.Gravatar Hauke Heibel2012-03-07
* Modify the LinSpaced function to take only the two boundsGravatar Desire NUENTSA2012-02-10
* protect calls to min and max with parentheses to make Eigen compatible with d...Gravatar Gael Guennebaud2011-07-21
* Decouple Cwise*Op evaluators from expression objectsGravatar Jitse Niesen2011-04-05
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* renaming: ei_matrix_storage -> DenseStorageGravatar Benoit Jacob2010-10-20
* Several changes in comments to keep Doxygen happy.Gravatar Jitse Niesen2010-07-25
* Unified LinSpaced in order to be conform with other setter methods as e.g. Co...Gravatar Hauke Heibel2010-07-22
* Various documentation improvements.Gravatar Jitse Niesen2010-07-06
* email changeGravatar Gael Guennebaud2010-06-24
* the Index types change.Gravatar Benoit Jacob2010-05-30
* fix some compilation issues with clang (and hopefully bring eigen moreGravatar Thomas Capricelli2010-05-21
* remove MakeBase, use ei_dense_xpr_base insteadGravatar Benoit Jacob2010-04-23
* renaming (MatrixType ---> whatever appropriate)Gravatar Benoit Jacob2010-04-18
* * Refactoring of the class hierarchy: introduction of DenseDirectAccessBase, ...Gravatar Benoit Jacob2010-04-16
* get rid of NestParentByRefBitGravatar Gael Guennebaud2010-02-08
* Introduced NestParentByRefBit and NestByRefBit - this should fix temporaries ...Gravatar Hauke Heibel2010-02-06
* Fixed 32bit builds.Gravatar Hauke Heibel2010-02-03
* Added an ei_linspaced_op to create linearly spaced vectors.Gravatar Hauke Heibel2010-01-26
* lot of cleaning:Gravatar Gael Guennebaud2010-01-22
* Fix bug in MatrixBase::setIdentity(int, int).Gravatar Jitse Niesen2010-01-20
* extend CwiseNullaryOp to support ArrayGravatar Gael Guennebaud2010-01-18
* More documentation improvements.Gravatar Hauke Heibel2010-01-16
* some cleaning in DenseStorageBaseGravatar Gael Guennebaud2009-12-17
* finally add a Array class with storage via the introduction of a DenseStorage...Gravatar Gael Guennebaud2009-12-17
* add a DenseBase class for MAtrixBase and ArrayBase and more code factorisationGravatar Gael Guennebaud2009-12-04
* Inlining fixes + fixed typo.Gravatar Hauke Heibel2009-10-15
* remove the \addexample tagsGravatar Gael Guennebaud2009-09-03
* * various fixes related to sub diagonals and band matrixGravatar Gael Guennebaud2009-07-21
* add missing code snippets for newer Matrix methods and PartialLU::solve()Gravatar Benoit Jacob2009-06-25
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* *add missing overloads of setZero, etc... that were mentioned in the tutorialGravatar Benoit Jacob2009-05-06
* add fill() function as an alias for setConstantGravatar Gael Guennebaud2009-01-24
* simplify some ei_traits<> using inheritanceGravatar Gael Guennebaud2009-01-11
* * fix a vectorization issue in ProductGravatar Gael Guennebaud2008-12-19
* * replace postfix ++ by prefix ++ wherever that makes sense in Eigen/Gravatar Benoit Jacob2008-12-17
* * Much better, consistent error msgs when mixing different scalar types:Gravatar Benoit Jacob2008-12-03
* * 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
* compile fix for code like Vector3d::Random().x()Gravatar Benoit Jacob2008-08-23
* * fix bug in SwapWrapper : store the wrapped expression by referenceGravatar Benoit Jacob2008-08-09
* * Rewrite the triangular solver so that we can take advantage of our efficien...Gravatar Gael Guennebaud2008-07-26
* * Merge Extract and Part to the Part expression.Gravatar Gael Guennebaud2008-07-21
* Added an automatically generated list of selected examples in the documentation.Gravatar Gael Guennebaud2008-07-19