aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Collapse)AuthorAge
...
* | 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
| | | | | | | | but with carefull handling of under/over-flow
* | bug #1150: make IncompleteCholesky more robust by iteratively increase the ↵Gravatar Gael Guennebaud2016-01-23
| | | | | | | | shift until the factorization succeed (with at most 10 attempts).
* | bug #1095: add Cholmod*::logDeterminant/determinant (from patch of Joshua ↵Gravatar Gael Guennebaud2016-01-22
| | | | | | | | Pritikin)
* | 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 ↵Gravatar Gael Guennebaud2016-01-09
| | | | | | | | evaluator_traits::AssumeAliasing to evaluator_assume_aliasing.
| * 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
|\ | | | | | | Add special functions to eigen: lgamma, erf, erfc.
* | 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 ↵Gravatar Benoit Steiner2015-12-10
| | | | | | | | compliant with the C99 specification.
* | 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
| | | | | | | | Cleaned up the code a bit.
| * Add special functions to Eigen: lgamma, erf, erfc.Gravatar Eugene Brevdo2015-12-07
| | | | | | | | Includes CUDA support and unit tests.
* | Disable complex scalar types because the compiler might aggressively vectorizeGravatar Gael Guennebaud2015-12-09
| | | | | | | | the initialization of complex coeffs to 0 before we can check for alignedness
* | 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 ↵Gravatar Benoit Steiner2015-12-03
| | | | coefficient-wise inverse square root much more efficiently than calling sqrt().inverse().
* 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 ↵Gravatar Rasmus Munk Larsen2015-11-30
| | | | that solves A^T x = b or A^* x = b.
* 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 ↵Gravatar Gael Guennebaud2015-11-06
| | | | uncompressed mode
* 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 round, ceil and floor for SSE4.1/AVX (Bug #70)
* | Add support for dense.cwiseProduct(sparse)Gravatar Gael Guennebaud2015-11-04
| | | | | | | | This also fixes a regression regarding (dense*sparse).diagonal()
* | 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 ↵Gravatar Gael Guennebaud2015-10-30
| | | | expensive when running on x87 fp unit
* 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
| | | | gcc4.4 and older msvc with fast-math.
* 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
|