| Commit message (Expand) | Author | Age |
* | Added support for expm1 in Eigen. | Srinivas Vasudevan | 2016-12-02 |
* | Add missing Eigen::rsqrt global function | Gael Guennebaud | 2016-07-20 |
* | bug #1232: refactor special functions as a new SpecialFunctions module, curre... | Gael Guennebaud | 2016-07-08 |
* | Fix compilation of some unit tests with msvc | Gael Guennebaud | 2016-07-04 |
* | bug #1247: fix regression in compilation of pow(integer,integer), and add res... | Gael Guennebaud | 2016-06-25 |
* | Implement scalar multiples and division by a scalar as a binary-expression wi... | Gael Guennebaud | 2016-06-14 |
* | Relax mixing-type constraints for binary coefficient-wise operators: | Gael Guennebaud | 2016-06-06 |
* | Add randomized properties tests for betainc special function. | Eugene Brevdo | 2016-06-05 |
* | Add TernaryFunctors and the betainc SpecialFunction. | Eugene Brevdo | 2016-06-02 |
* | Expose log1p to Array. | Gael Guennebaud | 2016-06-01 |
* | Fixed a typo in the array.cpp test | Benoit Steiner | 2016-05-23 |
* | Make EIGEN_HAS_C99_MATH user configurable | Gael Guennebaud | 2016-05-20 |
* | polygamma is C99/C++11 only | Gael Guennebaud | 2016-05-20 |
* | Improve unit tests of zeta, polygamma, and digamma | Gael Guennebaud | 2016-05-19 |
* | Avoid float to double conversion | Benoit Steiner | 2016-05-17 |
* | Proper handling of domain errors. | Till Hoffmann | 2016-04-10 |
* | Fixed suggestions by Eugene Brevdo. | Till Hoffmann | 2016-04-01 |
* | Added polygamma function. | Till Hoffmann | 2016-04-01 |
* | Added zeta function. | Till Hoffmann | 2016-04-01 |
* | Add tests in array.cpp that check igamma/igammac properties. | Eugene Brevdo | 2016-03-13 |
* | Make igamma and igammac work correctly. | Eugene Brevdo | 2016-03-04 |
* | Initial implementation of igamma and igammac. | Eugene Brevdo | 2016-03-03 |
* | Protect digamma tests behind a EIGEN_HAS_C99_MATH check. | Eugene Brevdo | 2015-12-24 |
* | Add digamma for CPU + CUDA. Includes tests. | Eugene Brevdo | 2015-12-24 |
* | Only test the lgamma, erf and erfc function when using a C99 compliant compiler | Benoit Steiner | 2015-12-10 |
* | Add special functions to Eigen: lgamma, erf, erfc. | Eugene Brevdo | 2015-12-07 |
* | Added rsqrt() method to the Array class: this method computes the coefficient... | Benoit Steiner | 2015-12-03 |
* | ArrayBase::sign: add unit test and fix doc | Gael Guennebaud | 2015-11-27 |
* | Workaround msvc broken complex/complex division in unit test | Gael Guennebaud | 2015-11-20 |
* | Fix wrong casting syntax | Gael Guennebaud | 2015-10-06 |
* | Protect all calls to isnan, isinf and isfinite with parentheses. | Christoph Hertzberg | 2015-08-14 |
* | Generalize pow(x,e) such that x and e can be a different expression type or a... | Gael Guennebaud | 2015-07-20 |
* | More msvc 2013/2015 workarounds | Gael Guennebaud | 2015-06-26 |
* | Avoid division by a zero complex | Gael Guennebaud | 2015-06-25 |
* | workaround msvc 2013/2015 wrong instanciation of isnan, isfinite, isinf | Gael Guennebaud | 2015-06-25 |
* | Fix isinf unit tests | Gael Guennebaud | 2015-06-22 |
* | workaround clang's broken complex division | Gael Guennebaud | 2015-06-17 |
* | Rename free functions isFinite, isInf, isNaN to be compatible with c++11 | Gael Guennebaud | 2015-06-10 |
* | bug #80: merge with d_hood branch on adding more coefficient-wise unary array... | Gael Guennebaud | 2015-06-10 |
|\ |
|
* | | bug #872: Avoid deprecated binder1st/binder2nd usage by providing custom func... | Christoph Hertzberg | 2015-05-07 |
* | | Constructing a Matrix/Array with implicit transpose could lead to memory leaks. | Christoph Hertzberg | 2015-04-16 |
| * | Don't use M_PI since it's only guaranteed to be defined in Eigen/Geometry | Deanna Hood | 2015-04-08 |
| * | Use M_PI instead of acos(-1) for pi | Deanna Hood | 2015-03-22 |
| * | More extensive unit tests for recent array-wise functors | Deanna Hood | 2015-03-18 |
| * | Add boolean not operator (!) array support | Deanna Hood | 2015-03-17 |
| * | Remove test of now-missing floor, ceil, round complex implementations | Deanna Hood | 2015-03-17 |
| * | Make cube, inverse and abs2 free-functions | Deanna Hood | 2015-03-17 |
| * | Rename isinf to isInf | Deanna Hood | 2015-03-17 |
| * | Add isfinite array support as isFinite | Deanna Hood | 2015-03-17 |
| * | Rename isnan to isNaN | Deanna Hood | 2015-03-17 |