aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/plugins
Commit message (Expand)AuthorAge
...
* | Added zeta function.Gravatar Till Hoffmann2016-04-01
* | Add typedefs for the return type of all block methods.Gravatar Gael Guennebaud2016-02-19
* | Digamma cleanupGravatar Eugene Brevdo2016-01-15
* | Add digamma for CPU + CUDA. Includes tests.Gravatar Eugene Brevdo2015-12-24
* | Simplified the code a bitGravatar Benoit Steiner2015-12-07
* | Add special functions to Eigen: lgamma, erf, erfc.Gravatar Eugene Brevdo2015-12-07
* | Added rsqrt() method to the Array class: this method computes the coefficient...Gravatar Benoit Steiner2015-12-03
* | ArrayBase::sign: add unit test and fix docGravatar Gael Guennebaud2015-11-27
* | added scalar_sign_op (both real,complex)Gravatar Mark Borgerding2015-11-24
* | Generalize pow(x,e) such that x and e can be a different expression type or a...Gravatar Gael Guennebaud2015-07-20
* | Rename free functions isFinite, isInf, isNaN to be compatible with c++11Gravatar Gael Guennebaud2015-06-10
* | bug #80: merge with d_hood branch on adding more coefficient-wise unary array...Gravatar Gael Guennebaud2015-06-10
|\ \
* | | bug #872: remove usage of deprecated bind1st.Gravatar Gael Guennebaud2015-06-09
* | | bug #872: Avoid deprecated binder1st/binder2nd usage by providing custom func...Gravatar Christoph Hertzberg2015-05-07
| * | Add \sa tags of isFinite/isInf for each otherGravatar Deanna Hood2015-03-22
| * | Add boolean not operator (!) array supportGravatar Deanna Hood2015-03-17
| * | Rename isinf to isInfGravatar Deanna Hood2015-03-17
| * | Add isfinite array support as isFiniteGravatar Deanna Hood2015-03-17
| * | Rename isnan to isNaNGravatar Deanna Hood2015-03-17
| * | Add hyperbolic trigonometric functions from std array supportGravatar Deanna Hood2015-03-11
| * | Add log10 array supportGravatar Deanna Hood2015-03-11
| * | Additional unary coeff-wise functors (isnan, round, arg, e.g.)Gravatar Deanna Hood2015-03-11
|/ /
* | 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
| * reshape now supportedGravatar yoco2014-01-18
|/
* 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