aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* Re-enbale detection of min/max parentheses protection, and re-enable mpreal_s...Gravatar Gael Guennebaud2015-02-27
* Fix two trivial warningsGravatar Christoph Hertzberg2015-02-22
* I can reproduce any problems that justified this hack. However it makes build...Gravatar Christoph Hertzberg2015-02-21
* With C++11 Matrix<float> + Matrix<complex<float>> does not even compileGravatar Gael Guennebaud2015-02-20
* In C++11 destructors do not throw by default (fix CommaInitializer unit test)Gravatar Gael Guennebaud2015-02-20
* Fix a C++11 compilation issue in unit testGravatar Gael Guennebaud2015-02-19
* Fix some calls to result_of on binary functors as unary ones.Gravatar Gael Guennebaud2015-02-19
* Fix a regression when using OpenMP, and fix bug #714: the number of threads m...Gravatar Gael Guennebaud2015-02-18
* Workaround dead store warnings in unit tests.Gravatar Gael Guennebaud2015-02-18
* Removed redundant typedef which confused old gcc versions.Gravatar Christoph Hertzberg2015-02-18
* Extend sparse-determinant unitestsGravatar Gael Guennebaud2015-02-16
* Fix SparseLU::signDeterminant() method, and add a SparseLU::determinant() met...Gravatar Gael Guennebaud2015-02-16
* bug #897: fix regression in BiCGSTAB(mat) ctor (an all other iterative solvers).Gravatar Gael Guennebaud2015-02-16
* Fix many long to int conversion warnings:Gravatar Gael Guennebaud2015-02-16
* Index refactoring: StorageIndex must be used for storage only (and locally wh...Gravatar Gael Guennebaud2015-02-13
* Merge Index-refactoring branch with default, fix PastixSupport, remove some u...Gravatar Gael Guennebaud2015-02-13
|\
| * 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
* | | bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t...Gravatar Christoph Hertzberg2014-12-04
|/ /
* | 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