aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/plugins
Commit message (Expand)AuthorAge
* Add documentation and very simple test for array atan().Gravatar Jitse Niesen2014-06-19
* Add component-wise atan() function (see bug #80).Gravatar Roger Martin2014-06-19
* Grafted from 5725:cdedc9e90d21099e8b3191f95425680ebe710d6fGravatar Christoph Hertzberg2013-12-21
* merge with default branchGravatar Gael Guennebaud2013-11-05
|\
* | Fix bug #684: optimize vectorization of array-scalar and scalar-arrayGravatar Gael Guennebaud2013-10-18
* | Added comparisons scalar to array (previously only the array to scalar was po...Gravatar Christoph Hertzberg2013-10-17
* | Fix bug #679Gravatar Christoph Hertzberg2013-10-15
| * Extend support for nvcc to Array objects and wrappersGravatar Gael Guennebaud2013-07-31
| * merge with main branchGravatar Gael Guennebaud2013-07-17
| |\ | |/ |/|
* | Implement mixed static/dynamic-size .block() (bug #579)Gravatar Jitse Niesen2013-06-18
| * Add support for NVCC5: most of the Core and part of LU are callable from CUDA...Gravatar Gael Guennebaud2013-02-07
|/
* Fix several documentation issuesGravatar Gael Guennebaud2012-12-24
* Move VectorBlock methods into plugin sectionGravatar Desire NUENTSA2012-11-16
* plugin header files can be included more than onceGravatar Gael Guennebaud2012-11-15
* fix compilation with m.array().min/max(scalar)Gravatar Gael Guennebaud2012-09-12
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* added functions to allow for cwise min/max operations with scalar argument (b...Gravatar Abraham Bachrach2012-01-11
* Fix snippets for operator|| and && by adding pair of parens.Gravatar Jitse Niesen2011-06-03
* add boolean || and && operatorsGravatar Gael Guennebaud2011-05-31
* factorize implementation of standard real unary math functions, and add acos,...Gravatar Gael Guennebaud2011-02-17
* add tan function in Array worldGravatar Jason Newton2011-02-03
* fix missing const qualifier in cwiseEqualGravatar Gael Guennebaud2011-01-24
* fix compilation of array testsGravatar Benoit Jacob2011-01-24
* const-qualify template parameters representing const arguments to expressions.Gravatar Benoit Jacob2011-01-24
* Mention ptr_fun in docs for .unaryExpr()Gravatar Jitse Niesen2010-12-27
* bug #54 - really fix const correctness except in SparseGravatar Benoit Jacob2010-12-22
* Initial fixes for bug #85.Gravatar Hauke Heibel2010-10-25
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* Fix Sun CC parsing of Eigen/Core. In particular,Gravatar Gael Guennebaud2010-08-25
* Docs: Typos in ArrayBase doxygen commentsGravatar Jitse Niesen2010-08-23
* use const Scalar& instead of Scalar for function argumentsGravatar Gael Guennebaud2010-06-25
* email changeGravatar Gael Guennebaud2010-06-24
* fix some warnings with clangGravatar Thomas Capricelli2010-05-21
* move the strides API to DenseCoeffsBase,Gravatar Benoit Jacob2010-05-08
* renaming (MatrixType ---> whatever appropriate)Gravatar Benoit Jacob2010-04-18
* Replaced strong with weak inlines in CwiseUnaryOp.Gravatar Hauke Heibel2010-03-14
* Fixed 32bit builds.Gravatar Hauke Heibel2010-02-03
* fix scalar - matrixGravatar Gael Guennebaud2010-01-18
* Various documentation updates:Gravatar Gael Guennebaud2010-01-06
* mergeGravatar Gael Guennebaud2010-01-05
|\
* | add missing operators: /, /=, *=Gravatar Gael Guennebaud2010-01-05
| * forgot to hg add this fileGravatar Gael Guennebaud2010-01-05
|/
* finally add a Array class with storage via the introduction of a DenseStorage...Gravatar Gael Guennebaud2009-12-17
* a lot of cleaning and fixesGravatar Gael Guennebaud2009-12-16
* adapt select, replicate and reverseGravatar Gael Guennebaud2009-12-10
* add a DenseBase class for MAtrixBase and ArrayBase and more code factorisationGravatar Gael Guennebaud2009-12-04
* Add the concept of base class plugins, and started to write the ArrayBase class.Gravatar Gael Guennebaud2009-11-20