aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
...
| | * Add missing calls to tests of COD.Gravatar Rasmus Munk Larsen2016-02-08
| | * Merge.Gravatar Rasmus Munk Larsen2016-02-06
| | |\ | | |/ | |/|
| | * Implement complete orthogonal decomposition in Eigen.Gravatar Rasmus Munk Larsen2016-02-06
| * | Fix warning in unit testGravatar Gael Guennebaud2016-02-06
| * | bug #779: allow non aligned buffers for buffers smaller than the requested al...Gravatar Gael Guennebaud2016-02-05
| |/
| * Merge.Gravatar Rasmus Munk Larsen2016-02-04
| |\
| * | Fix condition that made the unit test spam stdout with bogus error messages.Gravatar Rasmus Munk Larsen2016-02-04
* | | Fixed indentationGravatar Benoit Steiner2016-02-04
| | * Merged in rmlarsen/eigen (pull request PR-161)Gravatar Gael Guennebaud2016-02-03
| | |\ | | |/ | |/|
| * | Fix bad line break. Don't repeat Kahan matrix test since it is deterministic.Gravatar Rasmus Munk Larsen2016-02-03
| | * bug #1164: fix list and deque specializations such that our aligned allocator...Gravatar Damien R2016-02-03
* | | Updated the packetmath test to call predux_half instead of predux4Gravatar Benoit Steiner2016-02-01
| * | merging.Gravatar Rasmus Munk Larsen2016-02-01
| |\|
| | * bug #557: make InnerIterator of sparse storage types more versatile by adding...Gravatar Gael Guennebaud2016-02-01
| | * Fix integer path for num_steps==1Gravatar Gael Guennebaud2016-02-01
| | * bug #698: fix linspaced for integer types.Gravatar Gael Guennebaud2016-02-01
| | * Avoid overflow in unit test.Gravatar Gael Guennebaud2016-01-30
| | * Disable underflow unit test on the i387 FPU.Gravatar Gael Guennebaud2016-01-30
| | * bug #632: add support for "dense +/- sparse" operations. The current implemen...Gravatar Gael Guennebaud2016-01-29
| | * bug #696: enable zero-sized block at compile-time by relaxing the respective ...Gravatar Gael Guennebaud2016-01-29
| * | Change Eigen's ColPivHouseholderQR to use the numerically stable norm downdat...Gravatar Rasmus Munk Larsen2016-01-28
| |/
| * bug #178: remove additional const on nested expression, and remove several co...Gravatar Gael Guennebaud2016-01-28
| * mergeGravatar Gael Guennebaud2016-01-28
| |\
| * | bug #1158: PartialReduxExpr is a vector expression, and it thus must expose t...Gravatar Gael Guennebaud2016-01-28
| * | Extend mixing type unit test with trmv, and the following not yet supported p...Gravatar Gael Guennebaud2016-01-27
| * | add nomalloc unit test for rank2 updatesGravatar Gael Guennebaud2016-01-27
| * | Fix tri = complex * real product, and add respective unit test.Gravatar Gael Guennebaud2016-01-27
| * | Remove redundant test.Gravatar Gael Guennebaud2016-01-26
| * | bug #51: add block preallocation mechanism to selfadjoit*matrix product.Gravatar Gael Guennebaud2016-01-25
| * | bug #51: make general_matrix_matrix_triangular_product use L3-blocking helper...Gravatar Gael Guennebaud2016-01-25
| * | Add SparseVector::conservativeResize() method.Gravatar Gael Guennebaud2016-01-25
| * | bug #977: add stableNormalize[d] methods: they are analogues to normalize[d] ...Gravatar Gael Guennebaud2016-01-23
| * | bug #1150: make IncompleteCholesky more robust by iteratively increase the sh...Gravatar Gael Guennebaud2016-01-23
| * | bug #1095: add Cholmod*::logDeterminant/determinant (from patch of Joshua Pri...Gravatar Gael Guennebaud2016-01-22
| * | bug #977: avoid division by 0 in normalize() and normalized().Gravatar Gael Guennebaud2016-01-21
| * | add upper|lower case in incomplete_cholesky unit testGravatar Gael Guennebaud2016-01-21
| * | bug #1149: fix Pastix*::*parm()Gravatar Gael Guennebaud2016-01-20
| * | bug #1144: fix regression in x=y+A*x (aliasing), and move evaluator_traits::A...Gravatar Gael Guennebaud2016-01-09
| | * 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
| |/
| * Merged in ebrevdo/eigen (pull request PR-148)Gravatar Gael Guennebaud2015-12-11
| |\
| * | Fix unit tests wrt EIGEN_DEFAULT_TO_ROW_MAJORGravatar Gael Guennebaud2015-12-11
|/ /
| * Fixed compilation error triggered by MSVC 2008Gravatar Benoit Steiner2015-12-10
| * Only test the lgamma, erf and erfc function when using a C99 compliant compilerGravatar Benoit Steiner2015-12-10
| * Only implement the lgamma, erf, and erfc functions when using a compiler comp...Gravatar Benoit Steiner2015-12-10
* | Workaround gcc issue with -O3 and the i387 FPU.Gravatar Gael Guennebaud2015-12-10
| * Only disable the erf, erfc, and lgamma tests for older versions of c++.Gravatar Benoit Steiner2015-12-07
| * Fixed a couple of typosGravatar Benoit Steiner2015-12-07
| * Add special functions to Eigen: lgamma, erf, erfc.Gravatar Eugene Brevdo2015-12-07
* | Disable complex scalar types because the compiler might aggressively vectorizeGravatar Gael Guennebaud2015-12-09