aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Biug 1100: remove explicit CMAKE_INSTALL_PREFIX prefix to please cmake ↵Gravatar Gael Guennebaud2015-10-30
| | | | install's DESTINATION argument
* Fix shadow warningGravatar Gael Guennebaud2015-10-30
|
* Workaround compilation issue with MSVC<=2013Gravatar Gael Guennebaud2015-10-30
|
* Fix gcc 4.4 compilation issueGravatar Gael Guennebaud2015-10-30
|
* Fixed a compilation warningGravatar Benoit Steiner2015-10-29
|
* Pulled latest updates from trunkGravatar Benoit Steiner2015-10-29
|\
* | Added a few tests to cover rank-0 tensorsGravatar Benoit Steiner2015-10-29
| |
* | Added support for tensor maps of rank 0.Gravatar Benoit Steiner2015-10-29
| |
* | Added support for fixed sized tensors of rank 0Gravatar Benoit Steiner2015-10-29
| |
* | Extended the reduction code so that reducing an empty set returns the neural ↵Gravatar Benoit Steiner2015-10-29
| | | | | | | | element for the operation
* | Added support for rank-0 tensorsGravatar Benoit Steiner2015-10-29
| |
| * Consistently use the same index type in the fft codebase.Gravatar Benoit Steiner2015-10-29
| |
| * Silenced a few more compilation warningsGravatar Benoit Steiner2015-10-29
| |
| * Silenced compiler warningGravatar Benoit Steiner2015-10-29
| |
| * Don't call internal::check_rows_cols_for_overflow twice in ↵Gravatar Benoit Steiner2015-10-29
| | | | | | | | PlainObjectBase::resize since this is extremely expensive for small arrays
| * Fix warning.Gravatar Gael Guennebaud2015-10-29
| |
| * Fix duplicated declarationGravatar Gael Guennebaud2015-10-29
| |
| * Fusion the two similar specialization of Sparse2Dense Assignment.Gravatar Gael Guennebaud2015-10-29
| | | | | | | | This change also fixes a compilation issue with MSVC<=2013.
| * Add overloads for real times sparse<complex> operations.Gravatar Gael Guennebaud2015-10-29
| | | | | | | | This avoids real to complex conversions, and also fixes a compilation issue with MSVC.
| * fix copy/paste typoGravatar Gael Guennebaud2015-10-28
| |
| * fix typoGravatar Gael Guennebaud2015-10-28
| |
| * CUDA support: define more accurate min/max values for device::numeric_limits ↵Gravatar Gael Guennebaud2015-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 ↵Gravatar Gael Guennebaud2015-10-28
| | | | | | | | gcc4.4 and older msvc with fast-math.
| * Fix typo in TutorialSparse: laplace equation contains gradient symbol ↵Gravatar Ilya Popov2015-10-28
| | | | | | | | (\nabla) instead of laplacian (\Delta).
| * Simplify cost computations based on HugeCost being smaller that unrolling limitGravatar Gael Guennebaud2015-10-28
| |
| * Add a unit test for large chains of productsGravatar Gael Guennebaud2015-10-28
| |
| * Extend vectorwiseop unit test with column/row vectors as input.Gravatar Gael Guennebaud2015-10-28
| |
| * Refactoring of the cost model:Gravatar Gael Guennebaud2015-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 testGravatar Gael Guennebaud2015-10-27
| |
| * Enable mpreal unit test for C++11 compiler onlyGravatar Gael Guennebaud2015-10-27
| |
| * bug #1008: add a unit test for fast-math mode and isinf/isnan/isfinite/etc. ↵Gravatar Gael Guennebaud2015-10-27
| | | | | | | | functions.
| * bug #1008: improve handling of fast-math mode for older gcc versions.Gravatar Gael Guennebaud2015-10-27
| |
| * bug #1008: stabilize isfinite/isinf/isnan/hasNaN/allFinite functions for ↵Gravatar Gael Guennebaud2015-10-27
| | | | | | | | fast-math mode.
| * mergeGravatar Gael Guennebaud2015-10-27
| |\
| * | Simplify evaluator::Flags for Map<>Gravatar Gael Guennebaud2015-10-27
| | |
| * | Fix assign vectorization logic with respect to fixed outer-strideGravatar Gael Guennebaud2015-10-27
| | |
| | * mergeGravatar Gael Guennebaud2015-10-27
| | |\
| | * | Fix ambiguous instantiationGravatar Gael Guennebaud2015-10-27
| | | |
| * | | Improve readibility of EIGEN_DEBUG_ASSIGN mode.Gravatar Gael Guennebaud2015-10-27
| | |/ | |/|
* | | Started to add support for tensors of rank 0Gravatar Benoit Steiner2015-10-26
| | |
* | | Fixed compilation warningGravatar Benoit Steiner2015-10-26
| | |
* | | Fixed compilation warningGravatar Benoit Steiner2015-10-26
|/ /
* | Added support for empty dimensionsGravatar Benoit Steiner2015-10-26
| |
* | Pulled latest updates from trunkGravatar Benoit Steiner2015-10-26
|\|
* | Fixed compilation warningGravatar Benoit Steiner2015-10-26
| |
* | Fixed compilation error triggered by gcc 4.7Gravatar Benoit Steiner2015-10-26
| |
| * Add support to directly evaluate the product of two sparse matrices within a ↵Gravatar Gael Guennebaud2015-10-26
|/ | | | dense matrix.
* bug #1092: fix iterative solver ctors for expressions as inputGravatar Gael Guennebaud2015-10-26
|
* bug #1098: fix regression introduced when generalizing some compute() ↵Gravatar Gael Guennebaud2015-10-26
| | | | | | methods in changeset 7031a851d45a8526474ac1ac972ad12a48e99f1a .
* Merged in infinitei/eigen (pull request PR-140)Gravatar Gael Guennebaud2015-10-26
|\ | | | | | | bug #1097 Added ArpackSupport to cmake install target