aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* merge Tensor module within Eigen/unsupported and update gemv BLAS wrapperGravatar Gael Guennebaud2015-02-12
|\
* | Allows Lower|Upper as a template argument of CG and MINRES: in this case the ...Gravatar Gael Guennebaud2015-02-10
* | bug #897: makes iterative sparse solvers use a Ref<SparseMatrix> instead of a...Gravatar Gael Guennebaud2015-02-09
* | Make Block<SparseMatrix> inherit SparseCompressedBase in the case of an inner...Gravatar Gael Guennebaud2015-02-09
* | Cleaning and add more unit tests for Ref<SparseMatrix> and Map<SparseMatrix>Gravatar Gael Guennebaud2015-02-09
* | Add a Ref<SparseMatrix> specialization.Gravatar Gael Guennebaud2015-02-07
| * Pulled the latest changes from the trunkGravatar Benoit Steiner2015-02-06
| |\ | |/ |/|
* | Enable vectorization of transposeInPlace for PacketSize x PacketSize matricesGravatar Gael Guennebaud2015-01-26
* | Add support for dense ?= diagonalGravatar Gael Guennebaud2015-01-24
* | Fix missing evaluator in outer-productGravatar Gael Guennebaud2015-01-13
* | Fix false negatives in geo_transformations unit testsGravatar Gael Guennebaud2014-12-16
* | Fix wrong negative in nullary unit test when extended precision is used (FPU).Gravatar Gael Guennebaud2014-12-16
* | Make SparseMatrix::coeff() returns a const reference and add a non const vers...Gravatar Gael Guennebaud2014-12-01
* | Fix Hyperplane::Through(a,b,c) when points are aligned or identical. We use t...Gravatar Gael Guennebaud2014-11-26
* | bug #903: clean swap API regarding extra enable_if parameters, and add failte...Gravatar Gael Guennebaud2014-11-06
* | Big 853: replace enable_if in Ref<> ctor by static assertions and add failtes...Gravatar Gael Guennebaud2014-11-05
* | Regression test for (invalid) bug #900. We should make it possible somehow to...Gravatar Christoph Hertzberg2014-10-31
* | Run sparse_basic unit tests also for rectangular matrices.Gravatar Christoph Hertzberg2014-10-31
* | Split up some test casesGravatar Christoph Hertzberg2014-10-29
* | Fixed include in bdcsvd.cppGravatar Christoph Hertzberg2014-10-29
* | Move D&C SVD to official SVD module.Gravatar Gael Guennebaud2014-10-29
* | Replace TEST_SET_BUT_UNUSED_VARIABLE by already defined EIGEN_UNUSED_VARIABLEGravatar Christoph Hertzberg2014-10-24
* | bug #670: add unit test for mapped input in sparse solver.Gravatar Gael Guennebaud2014-10-20
* | bug #766: Check minimum CUDA versionGravatar Christoph Hertzberg2014-10-20
* | Addendum to bug #859: pexp(NaN) for double did not return NaN, also, plog(NaN...Gravatar Christoph Hertzberg2014-10-20
* | Fix bug #859: pexp(NaN) returned Inf instead of NaNGravatar Gael Guennebaud2014-10-20
* | Add unit tests for Rotation2D's inverse(), operator*, slerp, and fix regressi...Gravatar Gael Guennebaud2014-10-20
* | Fix bug #894: the sign of LDLT was not re-initialized at each call of compute()Gravatar Gael Guennebaud2014-10-20
* | Fix SparseLU::absDeterminant and add respective unit testGravatar Gael Guennebaud2014-10-17
| * Made the blocking computation aware of the l3 cacheGravatar Benoit Steiner2014-10-15
* | Make SVD unit test even more toughGravatar Gael Guennebaud2014-10-15
* | mergeGravatar Gael Guennebaud2014-10-15
|\ \
* | | Extend svd unit tests to stress problems with duplicated singular values.Gravatar Gael Guennebaud2014-10-15
| * | Make cuda_basic test compile again by adding lots of EIGEN_DEVICE_FUNC.Gravatar Christoph Hertzberg2014-10-13
|/ /
| * Fixed the thread pool testGravatar Benoit Steiner2014-10-10
* | bug #367: fix double copies in atWithInsertion, and add respective unit-testGravatar Gael Guennebaud2014-10-09
* | Various numerical fixes in D&C SVD: I cannot make it fail with double, but st...Gravatar Gael Guennebaud2014-10-09
* | D&C SVD: add scaling to avoid overflow, fix handling of fixed size matricesGravatar Gael Guennebaud2014-10-06
* | Re-enable products with triangular views of sparse matrices: we simply have t...Gravatar Gael Guennebaud2014-10-06
* | Extend unit tests to check uncompressed sparse inputs in sparse solversGravatar Gael Guennebaud2014-10-06
* | template keyword not allowed before non-template function callGravatar Christoph Hertzberg2014-10-01
* | Add missing default ctor in Rotation2DGravatar Gael Guennebaud2014-09-30
* | Avoid `unneeded-internal-declaration' warningGravatar Christoph Hertzberg2014-09-30
* | bug #884: Copy constructor of Ref shall never malloc, constructing from other...Gravatar Christoph Hertzberg2014-09-30
* | Fix bug #884: No malloc for zero-sized matrices or for Ref without temporariesGravatar Christoph Hertzberg2014-09-25
* | Tridiagonalization::diagonal() and ::subDiagonal() did not work. Added unit-testGravatar Christoph Hertzberg2014-09-24
* | Fix nested_eval<Product<> > which wrongly returned a Product<> expressionGravatar Gael Guennebaud2014-09-24
* | Add a true ctest unit test for failtestsGravatar Gael Guennebaud2014-09-23
* | bug #881: make SparseMatrixBase::isApprox(SparseMatrixBase) exploits sparse c...Gravatar Gael Guennebaud2014-09-22
* | Merged eigen/eigen into defaultGravatar Konstantinos Margaritis2014-09-21
|\ \