aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Collapse)AuthorAge
* bug #884: Copy constructor of Ref shall never malloc, constructing from ↵Gravatar Christoph Hertzberg2014-09-30
| | | | other RefBase shall only malloc if the memory layout is incompatible.
* 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 ↵Gravatar Gael Guennebaud2014-09-22
| | | | computations instead of converting the operands to dense matrices.
* Merged eigen/eigen into defaultGravatar Konstantinos Margaritis2014-09-21
|\
| * Unify unit test for BDC and Jacobi SVD. This reveals some numerical issues ↵Gravatar Gael Guennebaud2014-09-19
| | | | | | | | in BDCSVD.
| * bug #100: add support for explicit scalar to Array conversion (as enable ↵Gravatar Gael Guennebaud2014-09-19
| | | | | | | | implicit conversion is much more tricky)
| * 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
| |
| * 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 ↵Gravatar Gael Guennebaud2014-09-14
| | | | | | | | 2d90484450f3934db3f5db39ef37967fb9444263
| * merge with default branchGravatar Gael Guennebaud2014-09-14
| |\
| | * Make UpperBidiagonalization accept row-major matrices (bug #769)Gravatar Jitse Niesen2014-09-12
| | | | | | | | | | | | | | | | | | | | | * Give temporary workspace the same storage order as original matrix * Take storage order into account when determining inner stride of rows and columns * Change one test to use a row-major matrix.
| * | Fix compilation of coeff(Index) on sub-inner-panelsGravatar Gael Guennebaud2014-09-08
| | |
| * | 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
| |\ \ \
| | | | * Improve further the accuracy of JacobiSVD wrt under/overflow while improving ↵Gravatar Gael Guennebaud2014-09-10
| | | | | | | | | | | | | | | | | | | | speed for small matrices (hypot is very slow).
| | | | * 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
| | | | | | | | | | | | | | | | | | | | blueNorm() and hypotNorm() are broken wrt to NaN/inf
| | | | * Optimization: "matrix<complex> * real" did not call the special path and the ↵Gravatar Gael Guennebaud2014-09-02
| |_|_|/ |/| | | | | | | | | | | real was converted to a complex. Add respective unit test to avoid future regression.
* | | | Added missing STL include of <list> in main.hGravatar Georg Drenkhahn2014-08-29
| |/ / |/| | | | | | | | | | | Removed duplicated include of <sstream> Added comments on the background of min/max macro definitions and STL header includes
* | | In SparseQR, calling factorize() without analyzePattern() was broken.Gravatar Gael Guennebaud2014-08-26
| | |
* | | bug #854: fix numerical issue in SelfAdjointEigenSolver::computeDirect for ↵Gravatar Gael Guennebaud2014-08-21
| | | | | | | | | | | | | | | | | | 3x3 matrices. The tolerance to detect stable cross products was too optimistic. Add respective unit tests.
* | | EIGEN_EXCEPTIONS was not defined in test/main.h, therefore all ↵Gravatar Christoph Hertzberg2014-08-20
| | | | | | | | | | | | VERIFY_RAISES_ASSERT tests were not enabled
* | | Memory allocated on the stack is freed at the function exit, so reduce ↵Gravatar Gael Guennebaud2014-08-04
| | | | | | | | | | | | iteration count to avoid stack overflow
| | * Optimize reduxions for HomogeneousGravatar Gael Guennebaud2014-08-01
| |/
| * Fix geo_orthomethods unit test for complexesGravatar Gael Guennebaud2014-08-01
| |
| * Fix numerous nested versus nested_eval shortcomingsGravatar Gael Guennebaud2014-08-01
| |
| * Make cross product uses nested/nested_evalGravatar Gael Guennebaud2014-08-01
| |
| * Fix 4x4 inverse via SSE for submatricesGravatar Gael Guennebaud2014-07-31
| |
| * Make minimal changes to make homogenous compatible with evaluatorsGravatar Gael Guennebaud2014-07-31
| |
| * Re-enable main unit tests which are now compiling and running fine with ↵Gravatar Gael Guennebaud2014-07-31
| | | | | | | | evaluators
| * Call product_generic_impl by default, and remove lot of boilerplate codeGravatar Gael Guennebaud2014-07-31
| |
| * Make permutation compatible with sparse matricesGravatar Gael Guennebaud2014-07-30
| |
| * Various minor fixesGravatar Gael Guennebaud2014-07-30
| |
* | add missing delete operator overloadsGravatar Gael Guennebaud2014-07-30
| |
* | Ambiguous call fixes for clang.Gravatar Gael Guennebaud2014-07-22
| |