aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
...
* | | | Memory allocated on the stack is freed at the function exit, so reduce iterat...Gravatar Gael Guennebaud2014-08-04
| | * | 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 evalu...Gravatar Gael Guennebaud2014-07-31
| * | 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
* | | Extend fixed-size ctor unit test and fix conversion warning.Gravatar Gael Guennebaud2014-07-22
* | | Define EIGEN_TRY, EIGEN_CATCH, EIGEN_THROW as suggested by Moritz Klammer.Gravatar Christoph Hertzberg2014-07-22
| * | Re-enable a couple of unit tests with evaluators.Gravatar Gael Guennebaud2014-07-22
| * | Implement evaluator for sparse-selfadjoint productsGravatar Gael Guennebaud2014-07-22
| * | Extend qr unit testGravatar Gael Guennebaud2014-07-21
* | | Applied changes suggested by Christoph Hertzberg to c'tor leak fix.Gravatar Moritz Klammler2014-07-18
| * | merge with default branchGravatar Gael Guennebaud2014-07-18
| |\ \
| * | | Extend dense*sparse product unit testsGravatar Gael Guennebaud2014-07-15
| * | | merge with default branchGravatar Gael Guennebaud2014-07-15
| |\ \ \
| * \ \ \ merge with default branchGravatar Gael Guennebaud2014-07-10
| |\ \ \ \
* | | | | | Avoid memory leak when constructor of user-defined type throws exception.Gravatar Moritz Klammler2014-07-06
* | | | | | Make the ordering method of SimplicialL[D]LT user configurable.Gravatar Gael Guennebaud2014-07-20
| |_|_|/ / |/| | | |
* | | | | bug #843: fix jacobisvd for complexes and extend respective unit test to chac...Gravatar Gael Guennebaud2014-07-17
* | | | | bug #838: add unit test for fill-in in sparse outer product and fix abusive f...Gravatar Gael Guennebaud2014-07-16
* | | | | Regression test for bug #714.Gravatar Christoph Hertzberg2014-07-16
* | | | | bug #826: fix is_convertible for MSVC and add minimalistic unit test for is_c...Gravatar Gael Guennebaud2014-07-16
* | | | | Extend unit test of dense triangular solversGravatar Gael Guennebaud2014-07-15
| |_|/ / |/| | |
* | | | Test vectorization logic for intGravatar Christoph Hertzberg2014-07-14
* | | | Fix bug #838: detect outer products from either the lhs or rhsGravatar Gael Guennebaud2014-07-11
* | | | Fix bug #838: fix dense * sparse and sparse * dense outer productsGravatar Gael Guennebaud2014-07-11
| |/ / |/| |
* | | Fix unit test when using 80bits FPUGravatar Gael Guennebaud2014-07-09
* | | Determine version of Metis library. Apparently, at least version 5.x is neede...Gravatar Christoph Hertzberg2014-07-09
* | | Generalize unit testing of pscatterGravatar Gael Guennebaud2014-07-09
* | | Add unit test for bug #839.Gravatar Gael Guennebaud2014-07-09
* | | Fix many long to int implicit conversionsGravatar Gael Guennebaud2014-07-08
* | | Fix LDLT with semi-definite complex matrices: owing to round-off errors, the ...Gravatar Gael Guennebaud2014-07-08
* | | LDLT is not rank-revealing, so we should not attempt to use the biggest diago...Gravatar Gael Guennebaud2014-07-02
| * | merge with default branchGravatar Gael Guennebaud2014-07-02
| |\ \ | |/ / |/| |
* | | Removed the deprecated EIGEN2_SUPPORT, as previously announced. A compilation...Gravatar Christoph Hertzberg2014-07-01
* | | Fix bug #836: extend SparseQR to support more columns than rows.Gravatar Gael Guennebaud2014-07-01
* | | Additional unit tests for bug #826 by GaelGravatar Christoph Hertzberg2014-06-23
| * | rm conflictGravatar Gael Guennebaud2014-06-20
| * | merge with default branchGravatar Gael Guennebaud2014-06-20
| |\ \ | |/ / |/| |
* | | Add documentation and very simple test for array atan(), part 2Gravatar Jitse Niesen2014-06-19
| | * Pulled latest updates from the Eigen main trunk.Gravatar Benoit Steiner2014-06-10
| | |\ | |_|/ |/| |
| | * Created the pblend packet primitive and implemented it using SSE and AVX inst...Gravatar Benoit Steiner2014-06-06
* | | Fix test: EigenSolver on 1x1 matrix with NaN sets info to NumericalIssue.Gravatar Jitse Niesen2014-06-02