Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | fix typo | Gael Guennebaud | 2015-10-28 | |
| | | ||||
| * | CUDA support: define more accurate min/max values for device::numeric_limits ↵ | Gael Guennebaud | 2015-10-28 | |
| | | | | | | | | of float and double using values from cfloat header | |||
| * | Enable std::isfinite/nan/inf on MSVC 2013 and newer and clang. Fix isinf for ↵ | Gael Guennebaud | 2015-10-28 | |
| | | | | | | | | gcc4.4 and older msvc with fast-math. | |||
| * | Fix typo in TutorialSparse: laplace equation contains gradient symbol ↵ | Ilya Popov | 2015-10-28 | |
| | | | | | | | | (\nabla) instead of laplacian (\Delta). | |||
| * | Simplify cost computations based on HugeCost being smaller that unrolling limit | Gael Guennebaud | 2015-10-28 | |
| | | ||||
| * | Add a unit test for large chains of products | Gael Guennebaud | 2015-10-28 | |
| | | ||||
| * | Extend vectorwiseop unit test with column/row vectors as input. | Gael Guennebaud | 2015-10-28 | |
| | | ||||
| * | Refactoring of the cost model: | Gael Guennebaud | 2015-10-28 | |
| | | | | | | | | | | | | | | | | | | | | | | - Dynamic is now an invalid value - introduce a HugeCost constant to be used for runtime-cost values or arbitrarily huge cost - add sanity checks for cost values: must be >=0 and not too large This change provides several benefits: - it fixes shortcoming is some cost computation where the Dynamic case was not properly handled. - it simplifies cost computation logic, and should avoid future similar shortcomings. - it allows to distinguish between different level of dynamic/huge/infinite cost - it should enable further simplifications in the computation of costs (save compilation time) | |||
| * | Fix false negative in redux test | Gael Guennebaud | 2015-10-27 | |
| | | ||||
| * | Enable mpreal unit test for C++11 compiler only | Gael Guennebaud | 2015-10-27 | |
| | | ||||
| * | bug #1008: add a unit test for fast-math mode and isinf/isnan/isfinite/etc. ↵ | Gael Guennebaud | 2015-10-27 | |
| | | | | | | | | functions. | |||
| * | bug #1008: improve handling of fast-math mode for older gcc versions. | Gael Guennebaud | 2015-10-27 | |
| | | ||||
| * | bug #1008: stabilize isfinite/isinf/isnan/hasNaN/allFinite functions for ↵ | Gael Guennebaud | 2015-10-27 | |
| | | | | | | | | fast-math mode. | |||
| * | merge | Gael Guennebaud | 2015-10-27 | |
| |\ | ||||
| * | | Simplify evaluator::Flags for Map<> | Gael Guennebaud | 2015-10-27 | |
| | | | ||||
| * | | Fix assign vectorization logic with respect to fixed outer-stride | Gael Guennebaud | 2015-10-27 | |
| | | | ||||
| | * | merge | Gael Guennebaud | 2015-10-27 | |
| | |\ | ||||
| | * | | Fix ambiguous instantiation | Gael Guennebaud | 2015-10-27 | |
| | | | | ||||
| * | | | Improve readibility of EIGEN_DEBUG_ASSIGN mode. | Gael Guennebaud | 2015-10-27 | |
| | |/ | |/| | ||||
* | | | Started to add support for tensors of rank 0 | Benoit Steiner | 2015-10-26 | |
| | | | ||||
* | | | Fixed compilation warning | Benoit Steiner | 2015-10-26 | |
| | | | ||||
* | | | Fixed compilation warning | Benoit Steiner | 2015-10-26 | |
|/ / | ||||
* | | Added support for empty dimensions | Benoit Steiner | 2015-10-26 | |
| | | ||||
* | | Pulled latest updates from trunk | Benoit Steiner | 2015-10-26 | |
|\| | ||||
* | | Fixed compilation warning | Benoit Steiner | 2015-10-26 | |
| | | ||||
* | | Fixed compilation error triggered by gcc 4.7 | Benoit Steiner | 2015-10-26 | |
| | | ||||
| * | Add support to directly evaluate the product of two sparse matrices within a ↵ | Gael Guennebaud | 2015-10-26 | |
|/ | | | | dense matrix. | |||
* | bug #1092: fix iterative solver ctors for expressions as input | Gael Guennebaud | 2015-10-26 | |
| | ||||
* | bug #1098: fix regression introduced when generalizing some compute() ↵ | Gael Guennebaud | 2015-10-26 | |
| | | | | | | methods in changeset 7031a851d45a8526474ac1ac972ad12a48e99f1a . | |||
* | Merged in infinitei/eigen (pull request PR-140) | Gael Guennebaud | 2015-10-26 | |
|\ | | | | | | | bug #1097 Added ArpackSupport to cmake install target | |||
* | | Make the IterativeLinearSolvers module compatible with MPL2-only mode | Gael Guennebaud | 2015-10-26 | |
| | | | | | | | | by defaulting to COLAMDOrdering and NaturalOrdering for ILUT and ILLT respectively. | |||
* | | Add missing licence header to some top header files | Gael Guennebaud | 2015-10-26 | |
| | | ||||
* | | bug #1088: fix setIdenity for non-compressed sparse-matrix | Gael Guennebaud | 2015-10-25 | |
| | | ||||
* | | Fix SparseMatrix::insert/coeffRef for non-empty compressed matrix | Gael Guennebaud | 2015-10-25 | |
| | | ||||
| * | ArpackSupport was missing here also. | Abhijit Kundu | 2015-10-16 | |
| | | ||||
| * | Added ArpackSupport to cmake install target | Abhijit Kundu | 2015-10-16 | |
| | | ||||
* | | use explicit Scalar types for AngleAxis initialization | Sergiu Dotenco | 2015-08-28 | |
| | | | | | | | | | | (grafted from 89a222ce502483f8f0b02db9261445b7dff69760 ) | |||
* | | Fixed compilation warning | Benoit Steiner | 2015-10-23 | |
| | | ||||
* | | Added support for arrays of size 0 | Benoit Steiner | 2015-10-23 | |
| | | ||||
* | | Reordered the code of fft constructor to prevent compilation warnings | Benoit Steiner | 2015-10-23 | |
| | | ||||
* | | Reworked the tensor contraction mapper code to make it compile on Android | Benoit Steiner | 2015-10-23 | |
| | | ||||
* | | Pulled latest updates from trunk | Benoit Steiner | 2015-10-23 | |
|\ \ | ||||
* | | | Refined the #ifdef __CUDACC__ guard to ensure that when trying to compile ↵ | Benoit Steiner | 2015-10-23 | |
| | | | | | | | | | | | | gpu code with a non cuda compiler results in a linking error instead of bogus code. | |||
| * | | disable usage of INTMAX_T | Gael Guennebaud | 2015-10-23 | |
| | | | ||||
| * | | remove useless cstdint header | Gael Guennebaud | 2015-10-23 | |
| | | | ||||
| * | | Switch to MPL2 | Gael Guennebaud | 2015-10-23 | |
|/ / | ||||
* | | Added missing glue logic | Benoit Steiner | 2015-10-22 | |
| | | ||||
* | | Added mapping between a specific device and the corresponding packet type | Benoit Steiner | 2015-10-22 | |
| | | ||||
* | | Added tests for the fft code | Benoit Steiner | 2015-10-22 | |
| | | ||||
* | | Added support for fourier transforms (code courtesy of thucjw@gmail.com) | Benoit Steiner | 2015-10-22 | |
| | |