aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* 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
* 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
* | Extend unit test of coeff-based product to check many more combinationsGravatar Gael Guennebaud2015-12-08
|/
* Added rsqrt() method to the Array class: this method computes the coefficient...Gravatar Benoit Steiner2015-12-03
* Add missing Rotation2D::operator=(Matrix2x2)Gravatar Gael Guennebaud2015-12-03
* Add LU::transpose().solve() and LU::adjoint().solve() API.Gravatar Gael Guennebaud2015-12-01
* Add internal method _solve_impl_transposed() to LU decomposition classes that...Gravatar Rasmus Munk Larsen2015-11-30
* Fix matrix to quaternion (and angleaxis) conversion for matrix expression.Gravatar Gael Guennebaud2015-12-01
* Do not check NeedsToAlign if no static alignmentGravatar Gael Guennebaud2015-11-30
* Extend superlu cmake script to check versionGravatar Gael Guennebaud2015-11-30
* ArrayBase::sign: add unit test and fix docGravatar Gael Guennebaud2015-11-27
* Improve numerical robustness of some unit testsGravatar Gael Guennebaud2015-11-23
* Add regression using test for array<complex>/realGravatar Gael Guennebaud2015-11-20
* Workaround msvc broken complex/complex division in unit testGravatar Gael Guennebaud2015-11-20
* Add regression unit test for prod.maxCoeff(i)Gravatar Gael Guennebaud2015-11-18
* Workaround i387 issue in unit testGravatar Gael Guennebaud2015-11-16
* bug #1105: fix default preallocation when moving from compressed to uncompres...Gravatar Gael Guennebaud2015-11-06
* prevent stack overflow in unit testGravatar Gael Guennebaud2015-11-05
* Fix AVX round/ceil/floor, and fix respective unit testGravatar Gael Guennebaud2015-11-04
* Merged in aavenel/eigen (pull request PR-142)Gravatar Gael Guennebaud2015-11-04
|\
* | Add support for dense.cwiseProduct(sparse)Gravatar Gael Guennebaud2015-11-04
* | Fix compilation of sparse-triangular to dense assignmentGravatar Gael Guennebaud2015-11-04
| * Add round, ceil and floor for SSE4.1/AVX (Bug #70)Gravatar Alexandre Avenel2015-11-01
|/
* typoGravatar Gael Guennebaud2015-10-30
* Limit matrix size for other eigen and schur decompositionsGravatar Gael Guennebaud2015-10-30
* Limit matrix sizes for trmm unit test and complexes.Gravatar Gael Guennebaud2015-10-30
* Limit matrix size when testing for NaN: they can become prohibitively expensi...Gravatar Gael Guennebaud2015-10-30
* Fix gcc 4.4 compilation issueGravatar Gael Guennebaud2015-10-30
* fix typoGravatar Gael Guennebaud2015-10-28
* Enable std::isfinite/nan/inf on MSVC 2013 and newer and clang. Fix isinf for ...Gravatar Gael Guennebaud2015-10-28
* Add a unit test for large chains of productsGravatar Gael Guennebaud2015-10-28
* Extend vectorwiseop unit test with column/row vectors as input.Gravatar Gael Guennebaud2015-10-28