aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* Add missing coeff/coeffRef members to Block<sparse>, and extend unit tests.Gravatar Gael Guennebaud2015-03-13
* Add unit tests for CG and sparse-LLT for long int as storage-indexGravatar Gael Guennebaud2015-03-09
* bug #963: make IncompleteLUT compatible with non-default storage index types.Gravatar Gael Guennebaud2015-03-09
* Make sparse unit-test helpers aware of StorageIndexGravatar Gael Guennebaud2015-03-09
* bug #969: workaround abiguous calls to Ref using enable_if.Gravatar Gael Guennebaud2015-03-06
* bug #978: add unit test for zero-sized productsGravatar Gael Guennebaud2015-03-06
* Rename LSCG to LeastSquaresConjugateGradientGravatar Gael Guennebaud2015-03-05
* Check for no-reallocation in SparseMatrix::insert (bug #974)Gravatar Gael Guennebaud2015-03-04
* Add a CG-based solver for rectangular least-square problems (bug #975).Gravatar Gael Guennebaud2015-03-04
* 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