| Commit message (Expand) | Author | Age |
* | Enable vectorization of transposeInPlace for PacketSize x PacketSize matrices | Gael Guennebaud | 2015-01-26 |
* | Add support for dense ?= diagonal | Gael Guennebaud | 2015-01-24 |
* | Fix missing evaluator in outer-product | Gael Guennebaud | 2015-01-13 |
* | Fix false negatives in geo_transformations unit tests | Gael Guennebaud | 2014-12-16 |
* | Fix wrong negative in nullary unit test when extended precision is used (FPU). | Gael Guennebaud | 2014-12-16 |
* | Make SparseMatrix::coeff() returns a const reference and add a non const vers... | Gael Guennebaud | 2014-12-01 |
* | Fix Hyperplane::Through(a,b,c) when points are aligned or identical. We use t... | Gael Guennebaud | 2014-11-26 |
* | bug #903: clean swap API regarding extra enable_if parameters, and add failte... | Gael Guennebaud | 2014-11-06 |
* | Big 853: replace enable_if in Ref<> ctor by static assertions and add failtes... | Gael Guennebaud | 2014-11-05 |
* | Regression test for (invalid) bug #900. We should make it possible somehow to... | Christoph Hertzberg | 2014-10-31 |
* | Run sparse_basic unit tests also for rectangular matrices. | Christoph Hertzberg | 2014-10-31 |
* | Split up some test cases | Christoph Hertzberg | 2014-10-29 |
* | Fixed include in bdcsvd.cpp | Christoph Hertzberg | 2014-10-29 |
* | Move D&C SVD to official SVD module. | Gael Guennebaud | 2014-10-29 |
* | Replace TEST_SET_BUT_UNUSED_VARIABLE by already defined EIGEN_UNUSED_VARIABLE | Christoph Hertzberg | 2014-10-24 |
* | bug #670: add unit test for mapped input in sparse solver. | Gael Guennebaud | 2014-10-20 |
* | bug #766: Check minimum CUDA version | Christoph Hertzberg | 2014-10-20 |
* | Addendum to bug #859: pexp(NaN) for double did not return NaN, also, plog(NaN... | Christoph Hertzberg | 2014-10-20 |
* | Fix bug #859: pexp(NaN) returned Inf instead of NaN | Gael Guennebaud | 2014-10-20 |
* | Add unit tests for Rotation2D's inverse(), operator*, slerp, and fix regressi... | Gael Guennebaud | 2014-10-20 |
* | Fix bug #894: the sign of LDLT was not re-initialized at each call of compute() | Gael Guennebaud | 2014-10-20 |
* | Fix SparseLU::absDeterminant and add respective unit test | Gael Guennebaud | 2014-10-17 |
* | Make SVD unit test even more tough | Gael Guennebaud | 2014-10-15 |
* | merge | Gael Guennebaud | 2014-10-15 |
|\ |
|
* | | Extend svd unit tests to stress problems with duplicated singular values. | Gael Guennebaud | 2014-10-15 |
| * | Make cuda_basic test compile again by adding lots of EIGEN_DEVICE_FUNC. | Christoph Hertzberg | 2014-10-13 |
|/ |
|
* | bug #367: fix double copies in atWithInsertion, and add respective unit-test | Gael Guennebaud | 2014-10-09 |
* | Various numerical fixes in D&C SVD: I cannot make it fail with double, but st... | Gael Guennebaud | 2014-10-09 |
* | D&C SVD: add scaling to avoid overflow, fix handling of fixed size matrices | Gael Guennebaud | 2014-10-06 |
* | Re-enable products with triangular views of sparse matrices: we simply have t... | Gael Guennebaud | 2014-10-06 |
* | Extend unit tests to check uncompressed sparse inputs in sparse solvers | Gael Guennebaud | 2014-10-06 |
* | template keyword not allowed before non-template function call | Christoph Hertzberg | 2014-10-01 |
* | Add missing default ctor in Rotation2D | Gael Guennebaud | 2014-09-30 |
* | Avoid `unneeded-internal-declaration' warning | Christoph Hertzberg | 2014-09-30 |
* | bug #884: Copy constructor of Ref shall never malloc, constructing from other... | Christoph Hertzberg | 2014-09-30 |
* | Fix bug #884: No malloc for zero-sized matrices or for Ref without temporaries | Christoph Hertzberg | 2014-09-25 |
* | Tridiagonalization::diagonal() and ::subDiagonal() did not work. Added unit-test | Christoph Hertzberg | 2014-09-24 |
* | Fix nested_eval<Product<> > which wrongly returned a Product<> expression | Gael Guennebaud | 2014-09-24 |
* | Add a true ctest unit test for failtests | Gael Guennebaud | 2014-09-23 |
* | bug #881: make SparseMatrixBase::isApprox(SparseMatrixBase) exploits sparse c... | Gael Guennebaud | 2014-09-22 |
* | Merged eigen/eigen into default | Konstantinos Margaritis | 2014-09-21 |
|\ |
|
| * | Unify unit test for BDC and Jacobi SVD. This reveals some numerical issues in... | Gael Guennebaud | 2014-09-19 |
| * | bug #100: add support for explicit scalar to Array conversion (as enable impl... | Gael Guennebaud | 2014-09-19 |
| * | Remove deprecated code not used by evaluators | Gael Guennebaud | 2014-09-18 |
| * | workaround ambiguous call | Gael Guennebaud | 2014-09-16 |
| * | avoid division by 0 | Gael Guennebaud | 2014-09-16 |
| * | Fix inverse unit test making sure we try to invert an invertible matrix | Gael Guennebaud | 2014-09-14 |
| * | Favor column major storage for inner products | Gael Guennebaud | 2014-09-14 |
| * | Fix /= when using evaluator as in changeset 2d90484450f3934db3f5db39ef37967fb... | Gael Guennebaud | 2014-09-14 |
| * | merge with default branch | Gael Guennebaud | 2014-09-14 |
| |\ |
|