aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* bug #1752: make is_convertible equivalent to the std c++11 equivalent and fal...Gravatar Gael Guennebaud2019-10-10
* bug #1752: disable some is_convertible tests for recent compilers.Gravatar Gael Guennebaud2019-10-10
* Disable an expected warning in unit testGravatar Gael Guennebaud2019-10-08
* PR 719: fix real/imag namespace conflictGravatar Gael Guennebaud2019-10-08
* Merged in rmlarsen/eigen (pull request PR-704)Gravatar Rasmus Larsen2019-09-24
|\
* | bug #1746: Removed implementation of standard copy-constructor and standard c...Gravatar Christoph Hertzberg2019-09-24
| * Add generic PacketMath implementation of the Error Function (erf).Gravatar Rasmus Munk Larsen2019-09-19
|/
* Merging eigen/eigen.Gravatar Srinivas Vasudevan2019-09-16
|\
* | Add Bessel functions to SpecialFunctions.Gravatar Srinivas Vasudevan2019-09-14
|/
* Add packetized versions of i0e and i1e special functions.Gravatar Srinivas Vasudevan2019-09-11
* bug #1736: fix compilation issue with A(all,{1,2}).col(j) by implementing tru...Gravatar Gael Guennebaud2019-09-11
* bug #1741: fix self-adjoint*matrix, triangular*matrix, and triangular^1*matri...Gravatar Gael Guennebaud2019-09-11
* bug #1741: fix SelfAdjointView::rankUpdate and product to triangular part for...Gravatar Gael Guennebaud2019-09-10
* bug #1741: fix C.noalias() = A*C; with C.innerStride()!=1Gravatar Gael Guennebaud2019-09-10
* PR 681: Add ndtri function, the inverse of the normal distribution function.Gravatar Srinivas Vasudevan2019-08-12
* Add more tests for corner cases of log1p and expm1. Add handling of infinite ...Gravatar Rasmus Munk Larsen2019-08-28
* Revert changes to std_falback::log1p that broke handling of arguments less th...Gravatar Rasmus Munk Larsen2019-08-27
* Clean up float16 a.k.a. Eigen::half support in Eigen. Move the definition of ...Gravatar Rasmus Munk Larsen2019-08-27
* Implement vectorized versions of log1p and expm1 in Eigen using Kahan's formu...Gravatar Rasmus Munk Larsen2019-08-12
* Guard against repeated definition of EIGEN_MPL2_ONLYGravatar Rasmus Munk Larsen2019-08-07
* [SYCL] This PR adds the minimum modifications to Eigen core required to run E...Gravatar Mehdi Goli2019-06-27
* Various fixes for packet ops.Gravatar Rasmus Munk Larsen2019-06-20
* Merged in Artem-B/eigen (pull request PR-654)Gravatar Rasmus Larsen2019-05-31
|\
* | Clean up CUDA/NVCC version macros and their use in Eigen, and a few other CUD...Gravatar Rasmus Munk Larsen2019-05-31
| * Minor build improvementsGravatar tra2019-05-31
|/
* bug #1707: Fix deprecation warnings, or disable warnings when testing depreca...Gravatar Christoph Hertzberg2019-05-10
* Add masked_store_available to unpacket_traitsGravatar Eugene Zhulenev2019-05-02
* Add masked pstoreu to AVX and AVX512 PacketMathGravatar Eugene Zhulenev2019-05-02
* Adding lowlevel APIs for optimized RHS packet load in TensorFlowGravatar Anuj Rawat2019-04-20
* fix unit test in c++03: c++03 does not allow passing local or anonymous enum ...Gravatar Gael Guennebaud2019-03-18
* bug #1692: enable enum as sizes of Matrix and ArrayGravatar Gael Guennebaud2019-03-17
* Remove undefined std::complex<int>Gravatar David Tellenbach2019-03-14
* PR 593: Add variadtic ctor for DiagonalMatrix with unit testsGravatar David Tellenbach2019-03-14
* revert debug stuffGravatar Gael Guennebaud2019-03-14
* bug #1684: partially workaround clang's 6/7 bug #40815Gravatar Gael Guennebaud2019-03-13
* Enable construction of Ref<VectorType> from a runtime vector.Gravatar Gael Guennebaud2019-03-03
* bug #1684: add simplified regression test for respective clang's bug (this al...Gravatar Gael Guennebaud2019-02-22
* Add fully generic Vector<Type,Size> and RowVector<Type,Size> type aliases.Gravatar Gael Guennebaud2019-02-20
* Protect c++11 type alias with Eigen's macro, and add respective unit test.Gravatar Gael Guennebaud2019-02-20
* Fix compilation with gcc and remove TR1 stuff.Gravatar Gael Guennebaud2019-02-20
* bug #1409: make EIGEN_MAKE_ALIGNED_OPERATOR_NEW* macros empty in c++17 mode:Gravatar Gael Guennebaud2019-02-20
* bug #899: make sparseqr unit test more stable by 1) trying with larger thresh...Gravatar Gael Guennebaud2019-02-19
* Fix C++17 compilationGravatar Gael Guennebaud2019-02-19
* fix unit compilation in c++17: std::ptr_fun has been removed.Gravatar Gael Guennebaud2019-02-19
* bug #1046: add unit tests for correct propagation of alignment through std::a...Gravatar Gael Guennebaud2019-02-19
* Add unit test for LinSpaced and complex numbers.Gravatar Gael Guennebaud2019-02-18
* Fix regression: .conjugate() was popped out but not re-introduced.Gravatar Gael Guennebaud2019-02-18
* Set cost of conjugate to 0 (in practice it boils down to a no-op).Gravatar Gael Guennebaud2019-02-18
* GEMM: catch all scalar-multiple variants when falling-back to a coeff-based p...Gravatar Gael Guennebaud2019-02-18
* Enable unit tests of PartialPivLU on fixed size matrices, and increase tested...Gravatar Gael Guennebaud2019-02-11