aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* Fix shortcoming in fixed-value deduction of startRow/startColGravatar Gael Guennebaud2016-02-29
* Extend unit test to stress smart_copy with empty input/output.Gravatar Gael Guennebaud2016-02-19
* bug #1166: fix shortcomming in gemv when the destination is not a vector at c...Gravatar Gael Guennebaud2016-02-15
* bug #901: fix triangular-view with unit diagonal of sparse rectangular matrices.Gravatar Gael Guennebaud2016-02-12
* Fix unit test: accessing elements in a deque by offsetting a pointer to anoth...Gravatar Gael Guennebaud2016-02-12
* Merged in rmlarsen/eigen (pull request PR-163)Gravatar Gael Guennebaud2016-02-11
|\
* | Added a regression test for tanhGravatar Benoit Steiner2016-02-10
| * Rename inverse -> pseudoInverse.Gravatar Rasmus Munk Larsen2016-02-10
| * Enable inverse() method for computing pseudo-inverse.Gravatar Rasmus Munk Larsen2016-02-09
| * 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
| * 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
* | 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