aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/plugins/ArrayCwiseUnaryOps.h
Commit message (Expand)AuthorAge
* bug #872: Avoid deprecated binder1st/binder2nd usage by providing custom func...Gravatar Christoph Hertzberg2015-05-07
* member_redux constructor is explicit too. Renamed some typedefs for more cons...Gravatar Christoph Hertzberg2014-09-23
* Renamed CwiseInverseReturnType to InverseReturnType for ArrayBase::inverse()Gravatar Christoph Hertzberg2014-09-23
* Make constructors explicit if they could lead to unintended implicit conversionGravatar Christoph Hertzberg2014-09-23
* Doc: difference between array and matrix cosine etc (bug #830)Gravatar Jitse Niesen2014-09-06
* 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
* merge with default branchGravatar Gael Guennebaud2013-11-05
|\
* | Added comparisons scalar to array (previously only the array to scalar was po...Gravatar Christoph Hertzberg2013-10-17
| * Extend support for nvcc to Array objects and wrappersGravatar Gael Guennebaud2013-07-31
| * Add support for NVCC5: most of the Core and part of LU are callable from CUDA...Gravatar Gael Guennebaud2013-02-07
|/
* fix compilation with m.array().min/max(scalar)Gravatar Gael Guennebaud2012-09-12
* 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
* const-qualify template parameters representing const arguments to expressions.Gravatar Benoit Jacob2011-01-24
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* use const Scalar& instead of Scalar for function argumentsGravatar Gael Guennebaud2010-06-25
* fix some warnings with clangGravatar Thomas Capricelli2010-05-21
* 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
* add a DenseBase class for MAtrixBase and ArrayBase and more code factorisationGravatar Gael Guennebaud2009-12-04