aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Collapse)AuthorAge
* Re-enabled the product_small test now that everything compiles correctly.Gravatar Benoit Steiner2016-05-03
|
* Extended the packetmath test to cover all the alignments made possible by ↵Gravatar Benoit Steiner2016-04-29
| | | | avx512 instructions.
* Pulled latest updates from upstreamGravatar Benoit Steiner2016-04-29
|\
| * Fixed compilation error with clang.Gravatar Benoit Steiner2016-04-27
| |
| * Fix trmv for mixing types.Gravatar Gael Guennebaud2016-04-15
| |
| * Enabled the new threadpool testsGravatar Benoit Steiner2016-04-14
| |
| * Add extreme values to the imaginary part for SVD unit tests.Gravatar Gael Guennebaud2016-04-14
| |
| * Added support for fp16 to test_isApprox, test_isMuchSmallerThan, and ↵Gravatar Benoit Steiner2016-04-14
| | | | | | | | test_isApproxOrLessThan
| * Merged in rmlarsen/eigen (pull request PR-174)Gravatar Gael Guennebaud2016-04-14
| |\ | | | | | | | | | Add matrix condition number estimation module.
| * | Add debug output for random unit testGravatar Gael Guennebaud2016-04-13
| | |
| * | Fix corner case in unit test.Gravatar Gael Guennebaud2016-04-13
| | |
| * | Fix warning in unit testsGravatar Gael Guennebaud2016-04-13
| | |
| * | Add regression unit tests for half-packet vectorizationGravatar Gael Guennebaud2016-04-13
| | |
| * | Fixed the vectorization logic testGravatar Benoit Steiner2016-04-12
| | |
| | * Merged eigen/eigen into defaultGravatar Rasmus Larsen2016-04-11
| | |\ | | |/ | |/|
* | | Pull latest updates from upstreamGravatar Benoit Steiner2016-04-11
|\| |
| * | Proper handling of domain errors.Gravatar Till Hoffmann2016-04-10
| | |
| | * Merged eigen/eigen into defaultGravatar Rasmus Larsen2016-04-09
| | |\ | | |/ | |/|
| * | Created the new EIGEN_TEST_CUDA_CLANG option to compile the CUDA tests using ↵Gravatar Benoit Steiner2016-04-08
| | | | | | | | | | | | clang instead of nvcc
| | * Merged eigen/eigen into defaultGravatar Rasmus Larsen2016-04-07
| | |\ | | |/ | |/|
| * | Merged in tillahoffmann/eigen (pull request PR-173)Gravatar Benoit Steiner2016-04-06
| |\ \ | | | | | | | | | | | | Added zeta function of two arguments and polygamma function
| * | | Renamed the EIGEN_TEST_NVCC cmake option into EIGEN_TEST_CUDA per the ↵Gravatar Benoit Steiner2016-04-06
| | | | | | | | | | | | | | | | discussion in bug #1173.
| * | | Merged kmargar/eigen/tip into defaultGravatar Konstantinos Margaritis2016-04-05
| |\ \ \
| | * | | enable all tests againGravatar Konstantinos Margaritis2016-04-05
| | | | |
| | | | * Addresses comments on Eigen pull request PR-174.Gravatar Rasmus Munk Larsen2016-04-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Get rid of code-duplication for real vs. complex matrices. * Fix flipped arguments to select. * Make the condition estimation functions free functions. * Use Vector::Unit() to generate canonical unit vectors. * Misc. cleanup.
| | | | * Add rcond method to LDLT.Gravatar Rasmus Munk Larsen2016-04-01
| | | | |
| | | | * Add condition estimation to Cholesky (LLT) factorization.Gravatar Rasmus Munk Larsen2016-04-01
| | | | |
| | | | * Fix comments in ConditionEstimator and minor cleanup.Gravatar Rasmus Munk Larsen2016-04-01
| | | | |
| | | | * Add matrix condition estimator module that implements the Higham/Hager ↵Gravatar Rasmus Munk Larsen2016-04-01
| | |_|/ | |/| | | | | | | | | | algorithm from http://www.maths.manchester.ac.uk/~higham/narep/narep135.pdf used in LPACK. Add rcond() methods to FullPivLU and PartialPivLU.
| | | * 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 regression test for nesting type handling in blas_traitsGravatar Gael Guennebaud2016-03-29
| | |
| | * actually include ZVector files, passes most basic tests (float still fails)Gravatar Konstantinos Margaritis2016-03-28
| | |
| | * Merged eigen/eigen into defaultGravatar Konstantinos Margaritis2016-03-28
| | |\ | | |/ | |/|
| | * some primitives ported, but missing intrinsics and crash with asm() are a ↵Gravatar Konstantinos Margaritis2016-03-27
| | | | | | | | | | | | problem
| * | Replace all M_PI by EIGEN_PI and add a check to the testsuite.Gravatar Christoph Hertzberg2016-03-23
| | |
| * | Merged patch 672 from Justin Lebar: Don't use long doubles with cudaGravatar Benoit Steiner2016-03-22
| |/
| * Merge specfun branch.Gravatar Eugene Brevdo2016-03-13
| |\
| | * Add tests in array.cpp that check igamma/igammac properties.Gravatar Eugene Brevdo2016-03-13
| | | | | | | | | | | | | | | This adds to the set of existing tests, which compare a specific set of values to third party calculated ground truth.
| * | Resolve bad merge.Gravatar Eugene Brevdo2016-03-08
| | |
| | * Make igamma and igammac work correctly.Gravatar Eugene Brevdo2016-03-04
| | | | | | | | | | | | | | | This required replacing ::abs with std::abs. Modified some unit tests.
| | * Initial implementation of igamma and igammac.Gravatar Eugene Brevdo2016-03-03
| | |
| * | 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 ↵Gravatar Gael Guennebaud2016-02-15
| | | | | | | | compile-time.
| * 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 ↵Gravatar Gael Guennebaud2016-02-12
| | | | | | | | another element causes undefined behavior.
| * Merged in rmlarsen/eigen (pull request PR-163)Gravatar Gael Guennebaud2016-02-11
| |\ | | | | | | | | | Implement complete orthogonal decomposition in Eigen.
| * | Added a regression test for tanhGravatar Benoit Steiner2016-02-10
| | |