aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/plugins
Commit message (Collapse)AuthorAge
...
* Improve doc of special math functionsGravatar Gael Guennebaud2016-05-20
|
* zeta and polygamma are not unary functions, but binary ones.Gravatar Gael Guennebaud2016-05-19
|
* Add some c++11 flags in documentationGravatar Gael Guennebaud2016-05-19
|
* Added support for exclusive orGravatar Benoit Steiner2016-04-14
|
* Added polygamma function.Gravatar Till Hoffmann2016-04-01
|
* 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
| | | | | * Added permission from cephes author to use his code * Cleanup in ArrayCwiseUnaryOps
* 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
| | | | Includes CUDA support and unit tests.
* Added rsqrt() method to the Array class: this method computes the ↵Gravatar Benoit Steiner2015-12-03
| | | | coefficient-wise inverse square root much more efficiently than calling sqrt().inverse().
* 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 ↵Gravatar Gael Guennebaud2015-07-20
| | | | a scalar for either x or e. Add x.pow(e) with e an array expression.
* 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 ↵Gravatar Gael Guennebaud2015-06-10
|\ | | | | | | array functors
* | bug #872: remove usage of deprecated bind1st.Gravatar Gael Guennebaud2015-06-09
| |
* | bug #872: Avoid deprecated binder1st/binder2nd usage by providing custom ↵Gravatar Christoph Hertzberg2015-05-07
| | | | | | | | functors for comparison operators
| * 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 ↵Gravatar Christoph Hertzberg2014-09-23
| | | | consistency.
* 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
|
* Grafted from 5725:cdedc9e90d21099e8b3191f95425680ebe710d6fGravatar Christoph Hertzberg2013-12-21
| | | | and resolved conflicts
* 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 ↵Gravatar Christoph Hertzberg2013-10-17
| | | | | | | | | | | | possible) (Fixes bug #147) Extended the unit test for that
* | 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 ↵Gravatar Gael Guennebaud2013-02-07
|/ | | | | | CUDA code. Still a lot to do.
* 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 ↵Gravatar Abraham Bachrach2012-01-11
| | | | | | | | | | | | (bug #400). added function for array.min(), array.max(), matrix.cwiseMin(), matrix.cwiseMax(). The matrix.cwiseMin/Max functions required the definition of the ConstantReturnType typedef. However, it wasn't defined until after MatrixCwiseBinaryOps was included in Eigen/src/SparseCore/SparseMatrixBase.h, so I moved those includes after the definition of the typedefs. tests for both the regular and scalar min/max functions were added as well
* Fix snippets for operator|| and && by adding pair of parens.Gravatar Jitse Niesen2011-06-03
|
* add boolean || and && operatorsGravatar Gael Guennebaud2011-05-31
|