aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
...
| * | 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
|\ \
| * | Unify unit test for BDC and Jacobi SVD. This reveals some numerical issues in...Gravatar Gael Guennebaud2014-09-19
| * | bug #100: add support for explicit scalar to Array conversion (as enable impl...Gravatar Gael Guennebaud2014-09-19
| * | Remove deprecated code not used by evaluatorsGravatar Gael Guennebaud2014-09-18
| * | workaround ambiguous callGravatar Gael Guennebaud2014-09-16
| * | avoid division by 0Gravatar Gael Guennebaud2014-09-16
| | * Merged latest updates from the Eigen trunk.Gravatar Benoit Steiner2014-09-15
| | |\
| * | | Fix inverse unit test making sure we try to invert an invertible matrixGravatar Gael Guennebaud2014-09-14
| * | | Favor column major storage for inner productsGravatar Gael Guennebaud2014-09-14
| * | | Fix /= when using evaluator as in changeset 2d90484450f3934db3f5db39ef37967fb...Gravatar Gael Guennebaud2014-09-14
| * | | merge with default branchGravatar Gael Guennebaud2014-09-14
| |\ \ \ | | | |/ | | |/|
| | * | Make UpperBidiagonalization accept row-major matrices (bug #769)Gravatar Jitse Niesen2014-09-12
| * | | Fix compilation of coeff(Index) on sub-inner-panelsGravatar Gael Guennebaud2014-09-08
| | | * Created more regression testsGravatar Benoit Steiner2014-09-04
| * | | Disable a test which had never worked without evalautorsGravatar Gael Guennebaud2014-09-03
| * | | merge with default branchGravatar Gael Guennebaud2014-09-01
| |\ \ \
| * | | | Fix sparse matrix times sparse vector.Gravatar Gael Guennebaud2014-09-01
* | | | | Initial VSX commitGravatar Konstantinos Margaritis2014-08-29
| |/ / / |/| | |
| * | | mergeGravatar Gael Guennebaud2014-08-29
| |\ \ \
| * | | | Enable evaluators by defaultGravatar Gael Guennebaud2014-08-29
| * | | | merge default branchGravatar Gael Guennebaud2014-08-29
| |\ \ \ \
| | | | | * Pulled in the latest changes from the Eigen trunkGravatar Benoit Steiner2014-08-13
| | | | | |\
| | | | * | | Improve further the accuracy of JacobiSVD wrt under/overflow while improving ...Gravatar Gael Guennebaud2014-09-10
| | | | * | | Add one more regression test for bug #791.Gravatar Gael Guennebaud2014-09-10
| | | | * | | Fix bug #791: infinite loop in JacobiSVD in the presence of NaN.Gravatar Gael Guennebaud2014-09-10
| | | | * | | Fix bug #822: outer products needed linear access, and add respective unit testsGravatar Gael Guennebaud2014-09-08
| | | | * | | Fix hypot() and hypotNorm() wrt NaN and INF values.Gravatar Gael Guennebaud2014-09-02
| | | | * | | Fix blueNorm wrt NaN/INF.Gravatar Gael Guennebaud2014-09-02
| | | | * | | Fix stableNorm() with respect to NaN and inf, and add respective unit tests. ...Gravatar Gael Guennebaud2014-09-02
| | | | * | | Optimization: "matrix<complex> * real" did not call the special path and the ...Gravatar Gael Guennebaud2014-09-02
| |_|_|/ / / |/| | | | |
* | | | | | Added missing STL include of <list> in main.hGravatar Georg Drenkhahn2014-08-29
| |/ / / / |/| | | |
* | | | | In SparseQR, calling factorize() without analyzePattern() was broken.Gravatar Gael Guennebaud2014-08-26
* | | | | bug #854: fix numerical issue in SelfAdjointEigenSolver::computeDirect for 3x...Gravatar Gael Guennebaud2014-08-21
* | | | | EIGEN_EXCEPTIONS was not defined in test/main.h, therefore all VERIFY_RAISES_...Gravatar Christoph Hertzberg2014-08-20
| |_|_|/ |/| | |