aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* Remove debuging prod() and lazyprod() function, plus some cleaning in noalias...Gravatar Gael Guennebaud2015-10-07
* Fix implicit cast in unit testGravatar Gael Guennebaud2015-10-07
* Re-enable some invalid scalar type conversion checks by disabling explicit ve...Gravatar Gael Guennebaud2015-10-06
* Add sparse vector to Ref<SparseMatrix> conversion unit tests, and improve out...Gravatar Gael Guennebaud2015-10-06
* Fix wrong casting syntaxGravatar Gael Guennebaud2015-10-06
* Improve counting of sparse temporariesGravatar Gael Guennebaud2015-10-06
* bug #1075: fix AlignedBox::sample for runtime dimensionGravatar Gael Guennebaud2015-09-30
* Specified signedness of char type in test so that test passesGravatar Doug Kwan2015-09-28
* Add support for row/col-wise lpNorm()Gravatar Gael Guennebaud2015-09-28
* Fix typo in Vectowise::any()Gravatar Gael Guennebaud2015-09-16
* Add unit tests for bug #981: valid and invalid usage of ternary operatorGravatar Gael Guennebaud2015-09-09
* Fix AMD ordering when a column has only one off-diagonal non-zero (also fix b...Gravatar Gael Guennebaud2015-09-03
* Fix compilation of cuda unit testGravatar Gael Guennebaud2015-09-02
* Fix packetmath unit test for exp and logGravatar Gael Guennebaud2015-09-02
* Add regression test for bug #817Gravatar Gael Guennebaud2015-09-02
* surpress some warningsGravatar Christoph Hertzberg2015-08-17
* mergeGravatar Gael Guennebaud2015-08-16
|\
| * Protect further isnan/isfinite/isinf callsGravatar Christoph Hertzberg2015-08-16
| * Protect all calls to isnan, isinf and isfinite with parentheses.Gravatar Christoph Hertzberg2015-08-14
* | Enable vectorization with half-packetsGravatar Gael Guennebaud2015-08-07
* | Fix prototype of plset and generalize linspace functor.Gravatar Gael Guennebaud2015-08-07
* | Generalize first_aligned to take the requested alignment as a template parame...Gravatar Gael Guennebaud2015-08-06
* | First part of a big refactoring of alignment control to enable the handling o...Gravatar Gael Guennebaud2015-08-06
|/
* Fix conversion warningGravatar Gael Guennebaud2015-08-04
* Fix ForceNonZeroDiag for complexesGravatar Gael Guennebaud2015-08-04
* 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