aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/CwiseNullaryOp.h
Commit message (Expand)AuthorAge
* Merged in nnyby/eigen/nnyby/doc-grammar-fix-linearly-space-linearly-144374297...Gravatar Benoit Steiner2016-02-10
|\
* | Fix numerous doxygen shortcomings, and workaround some clang -Wdocumentation ...Gravatar Gael Guennebaud2016-01-01
* | Fix numerous doxygen issues in auto-link generationGravatar Gael Guennebaud2015-12-30
| * [doc] grammar fix: "linearly space" -> "linearly spaced"Gravatar nnyby2015-10-01
|/
* Fix prototype of plset and generalize linspace functor.Gravatar Gael Guennebaud2015-08-07
* Fix return nullary return types: it must be based on the PlainObject type ins...Gravatar Gael Guennebaud2015-06-22
* Clean argument names of some functionsGravatar Gael Guennebaud2015-06-09
* Make MatrixBase::is* methods aware of nested_eval.Gravatar Gael Guennebaud2015-03-24
* Remove deprecated usage of expr::Index.Gravatar Gael Guennebaud2015-02-16
* bug #697: make sure empty classes are at the end in case of multiple inheritenceGravatar Gael Guennebaud2014-12-02
* 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
* Add an example showing how to use C++11 random distributionsGravatar Gael Guennebaud2014-01-07
* Add nvcc support for small eigenvalues decompositions and workaround lack of ...Gravatar Gael Guennebaud2013-08-01
* Port SelfCwiseBinaryOp and Dot.h to nvcc, fix portability issue with std::min...Gravatar Gael Guennebaud2013-04-05
* 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