aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* Many files were missing in previous changeset.Gravatar Gael Guennebaud2015-07-29
* bug #973: update macro-level control of alignement by introducing user-contro...Gravatar Gael Guennebaud2015-07-29
* bug #792: SparseLU::factorize failed for structurally rank deficient matricesGravatar Christoph Hertzberg2015-07-26
* Reenable 2 tests previously disabled by mistakeGravatar Benoit Steiner2015-07-23
* Extended the range of value inputs for TensorIntDiv to support tensors with m...Gravatar Benoit Steiner2015-07-22
* Fix output of relative error, and add more support for long doubleGravatar Gael Guennebaud2015-07-21
* bug #1036: implement verify_is_approx_upto_permutation through a combinatoria...Gravatar Gael Guennebaud2015-07-20
* Generalize pow(x,e) such that x and e can be a different expression type or a...Gravatar Gael Guennebaud2015-07-20
* Add support for replicate in CUDAGravatar Gael Guennebaud2015-07-20
* Clean some previous changes and more cuda fixesGravatar Gael Guennebaud2015-07-15
* Rotation2D: fix slerp to take the shortest path, and add convenient method to...Gravatar Gael Guennebaud2015-07-07
* 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