aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/plugins
Commit message (Expand)AuthorAge
* 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