aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/Random.h
Commit message (Expand)AuthorAge
* Add the following functions:Gravatar David Tellenbach2021-01-28
* Added missing EIGEN_DEVICE_FUNC qualifiersGravatar Benoit Steiner2017-02-28
* bug #1286: automatically detect the available prototypes of functors passed t...Gravatar Gael Guennebaud2016-08-31
* 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
* Add an example showing how to use C++11 random distributionsGravatar Gael Guennebaud2014-01-07
* Document the fact that Random and setRandom are not reentrant (so not thread-...Gravatar Gael Guennebaud2014-01-07
* Fix bug #685: document the range of Random and setRandomGravatar Gael Guennebaud2013-10-28
* Fix several documentation issuesGravatar Gael Guennebaud2012-12-24
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* 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
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* renaming: ei_matrix_storage -> DenseStorageGravatar Benoit Jacob2010-10-20
* email changeGravatar Gael Guennebaud2010-06-24
* finish to merge Array into Core:Gravatar Gael Guennebaud2010-06-19
* Fix a couple of issue with the vectorization. In particular, default ei_p* fu...Gravatar Gael Guennebaud2008-04-24
* Added initial experimental support for explicit vectorization.Gravatar Gael Guennebaud2008-04-09
* current state of the mess. One line fails in the tests, andGravatar Benoit Jacob2008-04-03
* -new: recursive costs system, useful to determine automaticallyGravatar Benoit Jacob2008-04-03
* Make use of the LazyBit, introduce .lazy(), remove lazyProduct.Gravatar Benoit Jacob2008-03-31
* * 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
* rework Identity API: no longer restricted to square matricesGravatar Benoit Jacob2008-01-11
* -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
* - move: DerivedTraits becomes MatrixBase::TraitsGravatar Benoit Jacob2008-01-06
* remove all the _Order mechanics, now we are always traversing matrices inGravatar Benoit Jacob2008-01-06
* Patch by Gael Guennebaud, making Eigen compatible with the Intel compiler (icc).Gravatar Benoit Jacob2008-01-06
* - make MatrixBase and all expressions aware of their preferred traversal order.Gravatar Benoit Jacob2008-01-05
* more documentation, 12 more code snippetsGravatar Benoit Jacob2008-01-03
* cleanup: remove copy contructors when the compiler is able to generate a sati...Gravatar Benoit Jacob2007-12-31
* move Core/ to a src/ subdir, in preparation for following changesGravatar Benoit Jacob2007-12-28