aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* Moved some utilities to TensorMeta.h to make it easier to reuse them accross ...Gravatar Benoit Steiner2015-06-29
* Use VERIFY_IS_EQUAL instead of VERIFY(a==b) to get more feedback in case of f...Gravatar Gael Guennebaud2015-06-26
* split compiler intensive bdcsvd_1 unit testGravatar Gael Guennebaud2015-06-26
* Add special path for matrix<complex>/real.Gravatar Gael Guennebaud2015-06-26
* More msvc 2013/2015 workaroundsGravatar Gael Guennebaud2015-06-26
* Fix assignement to selfadjoint-view when testing real-world problemsGravatar Gael Guennebaud2015-06-25
* Avoid division by a zero complexGravatar Gael Guennebaud2015-06-25
* workaround msvc 2013/2015 wrong instanciation of isnan, isfinite, isinfGravatar Gael Guennebaud2015-06-25
* Add explicit ctor for diagonal to sparse conversionGravatar Gael Guennebaud2015-06-24
* Add unit test for dense = SparseQR::matrixQGravatar Gael Guennebaud2015-06-24
* Add support for sparse = diagonalGravatar Gael Guennebaud2015-06-24
* std::isnan is c++11 onlyGravatar Gael Guennebaud2015-06-24
* Add unit-test for Visual2013 ambiguous call to operator=Gravatar Gael Guennebaud2015-06-24
* Added more checks to test the correctness of the pexp implementationGravatar Benoit Steiner2015-06-23
* Fix overflow when checking SVD accuracyGravatar Gael Guennebaud2015-06-23
* Fix the fact that float(int) != float(int(float(int)))Gravatar Gael Guennebaud2015-06-23
* Fix isinf unit testsGravatar Gael Guennebaud2015-06-22
* Reduce compiler memory consumption for SVD unit testsGravatar Gael Guennebaud2015-06-22
* Check number of temporaries when applying permutationsGravatar Gael Guennebaud2015-06-19
* Factorize VERIFY_EVALUATION_COUNT in unit testsGravatar Gael Guennebaud2015-06-19
* Workaround broken complex*real product on old clang versionsGravatar Gael Guennebaud2015-06-17
* workaround clang's broken complex divisionGravatar Gael Guennebaud2015-06-17
* Add unit test for bug #879Gravatar Gael Guennebaud2015-06-16
* Remove aligned-on-scalar assert and fallback to non vectorized path at runtim...Gravatar Gael Guennebaud2015-06-14
* Relax tolerance when testing LDLT on singular problemsGravatar Gael Guennebaud2015-06-15
* Extend VERIFY_IS_APPROX to report the magnitude of the relative difference in...Gravatar Gael Guennebaud2015-06-15
* Fix use of unitialized buffers.Gravatar Gael Guennebaud2015-06-13
* Introduce EIGEN_PI, get rid of M_PI and acos(-1.0)Gravatar Gael Guennebaud2015-06-10
* Rename free functions isFinite, isInf, isNaN to be compatible with c++11Gravatar Gael Guennebaud2015-06-10
* bug #80: merge with d_hood branch on adding more coefficient-wise unary array...Gravatar Gael Guennebaud2015-06-10
|\
* | bug #890, add a more general routine to check that two dense object reference...Gravatar Gael Guennebaud2015-06-10
* | Add regression test for bug #890Gravatar Gael Guennebaud2015-06-10
* | bug #910: add a StandardCompressedFormat option to Ref<SparseMatrix> to enfor...Gravatar Gael Guennebaud2015-06-09
* | bug #650: fix sparse * dense wrt noalias and compound assignmentGravatar Gael Guennebaud2015-06-09
* | fix unused variable warningGravatar Gael Guennebaud2015-06-09
* | bug #872: remove usage of deprecated bind1st.Gravatar Gael Guennebaud2015-06-09
* | Skip too large real-world problems for solvers that do not scale (e.g., Simpl...Gravatar Gael Guennebaud2015-06-09
* | Fix shadow warnings triggered by clangGravatar Gael Guennebaud2015-06-09
* | Extend unit test and documentation of SelfAdjointEigenSolver::computeDirectGravatar Gael Guennebaud2015-06-08
* | bug #997: add missing evaluators for m.lazyProduct(v.homogeneous())Gravatar Gael Guennebaud2015-06-08
* | Add unit test for m.replicate(...)(index).Gravatar Gael Guennebaud2015-06-08
* | Improve unit testing of real-word sparse problem (fix some shortcommings, use...Gravatar Gael Guennebaud2015-06-05
* | Do go to full accuracy when testing BiCGSTAB.Gravatar Gael Guennebaud2015-06-05
* | Add regression test for bugs #854 and #1014, and check that the eigenvector m...Gravatar Gael Guennebaud2015-05-12
* | Make test matrices for eigensolver/selfadjoint even more trickyGravatar Gael Guennebaud2015-05-12
* | bug #872: Avoid deprecated binder1st/binder2nd usage by providing custom func...Gravatar Christoph Hertzberg2015-05-07
* | Extend unit tests of sefladjoint-eigensolverGravatar Gael Guennebaud2015-05-07
* | Regression test for bug #302Gravatar Christoph Hertzberg2015-04-26
* | Extend unit test of Map<,,Stride<>> with stack allocated buffers and less tri...Gravatar Gael Guennebaud2015-04-24
* | Extend unit test of Map<> with stack allocated buffers and less trivial opera...Gravatar Gael Guennebaud2015-04-24