aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/array.cpp
Commit message (Expand)AuthorAge
* Proper handling of domain errors.Gravatar Till Hoffmann2016-04-10
* Fixed suggestions by Eugene Brevdo.Gravatar Till Hoffmann2016-04-01
* Added polygamma function.Gravatar Till Hoffmann2016-04-01
* Added zeta function.Gravatar Till Hoffmann2016-04-01
* Add tests in array.cpp that check igamma/igammac properties.Gravatar Eugene Brevdo2016-03-13
* Make igamma and igammac work correctly.Gravatar Eugene Brevdo2016-03-04
* Initial implementation of igamma and igammac.Gravatar Eugene Brevdo2016-03-03
* Protect digamma tests behind a EIGEN_HAS_C99_MATH check.Gravatar Eugene Brevdo2015-12-24
* Add digamma for CPU + CUDA. Includes tests.Gravatar Eugene Brevdo2015-12-24
* Only test the lgamma, erf and erfc function when using a C99 compliant compilerGravatar Benoit Steiner2015-12-10
* 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
* Workaround msvc broken complex/complex division in unit testGravatar Gael Guennebaud2015-11-20
* Fix wrong casting syntaxGravatar Gael Guennebaud2015-10-06
* Protect all calls to isnan, isinf and isfinite with parentheses.Gravatar Christoph Hertzberg2015-08-14
* Generalize pow(x,e) such that x and e can be a different expression type or a...Gravatar Gael Guennebaud2015-07-20
* More msvc 2013/2015 workaroundsGravatar Gael Guennebaud2015-06-26
* Avoid division by a zero complexGravatar Gael Guennebaud2015-06-25
* workaround msvc 2013/2015 wrong instanciation of isnan, isfinite, isinfGravatar Gael Guennebaud2015-06-25
* Fix isinf unit testsGravatar Gael Guennebaud2015-06-22
* workaround clang's broken complex divisionGravatar Gael Guennebaud2015-06-17
* 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: Avoid deprecated binder1st/binder2nd usage by providing custom func...Gravatar Christoph Hertzberg2015-05-07
* | Constructing a Matrix/Array with implicit transpose could lead to memory leaks.Gravatar Christoph Hertzberg2015-04-16
| * Don't use M_PI since it's only guaranteed to be defined in Eigen/GeometryGravatar Deanna Hood2015-04-08
| * Use M_PI instead of acos(-1) for piGravatar Deanna Hood2015-03-22
| * More extensive unit tests for recent array-wise functorsGravatar Deanna Hood2015-03-18
| * Add boolean not operator (!) array supportGravatar Deanna Hood2015-03-17
| * Remove test of now-missing floor, ceil, round complex implementationsGravatar Deanna Hood2015-03-17
| * Make cube, inverse and abs2 free-functionsGravatar 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
| * Allow calling of square(array) in addition to array.square()Gravatar Deanna Hood2015-03-11
| * Additional unary coeff-wise functors (isnan, round, arg, e.g.)Gravatar Deanna Hood2015-03-11
|/
* Fix some calls to result_of on binary functors as unary ones.Gravatar Gael Guennebaud2015-02-19
* bug #100: add support for explicit scalar to Array conversion (as enable impl...Gravatar Gael Guennebaud2014-09-19
* Add documentation and very simple test for array atan(), part 2Gravatar Jitse Niesen2014-06-19
* Fix bug #748 - array_5 test fails for seed 1392781168.Gravatar Jitse Niesen2014-02-24
* Added comparisons scalar to array (previously only the array to scalar was po...Gravatar Christoph Hertzberg2013-10-17
* Fix testing issues with x87 extra precision.Gravatar Gael Guennebaud2013-07-16
* Fix a couple of warnings in unit tests.Gravatar Gael Guennebaud2013-07-05
* fix compilation of ArrayBase::transposeInPlaceGravatar Gael Guennebaud2013-06-24
* Fix bug #314: move remaining math functions from internal to numext namespaceGravatar Gael Guennebaud2013-06-10
* Clean source code and unit tests with respect to -Wunused-local-typedefsGravatar Gael Guennebaud2013-04-10
* Remove erroneously committed debugging stuff.Gravatar Gael Guennebaud2013-02-25