aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util
Commit message (Expand)AuthorAge
* Extend SparseView to allow keeping explicit zeros. This is equivalent to spar...Gravatar Gael Guennebaud2016-01-29
* bug #178: remove additional const on nested expression, and remove several co...Gravatar Gael Guennebaud2016-01-28
* Disable stupid MSVC warningGravatar Gael Guennebaud2016-01-28
* bug #96, bug #1006: fix by value argument in result_of.Gravatar Gael Guennebaud2016-01-28
* Fixed some compilation problems with nvcc + clangGravatar Benoit Steiner2016-01-27
* Add meta_least_common_multiple helper.Gravatar Gael Guennebaud2016-01-27
* bug #1153: Don't rely on __GXX_EXPERIMENTAL_CXX0X__ to detect C++11 supportGravatar Christoph Hertzberg2016-01-26
* Unify std::numeric_limits and device::numeric_limits within numext namespaceGravatar Gael Guennebaud2016-01-22
* Add static assertion to y(), z(), w() accessorsGravatar Gael Guennebaud2016-01-20
* Made the blas utils usable from within a cuda kernelGravatar Benoit Steiner2016-01-11
* rm remaining debug codeGravatar Gael Guennebaud2016-01-06
* Fix numerous doxygen shortcomings, and workaround some clang -Wdocumentation ...Gravatar Gael Guennebaud2016-01-01
* Mark AlignedBit and EvalBeforeNestingBit with deprecated attribute, and remov...Gravatar Gael Guennebaud2015-12-30
* Workaround "empty paragraph" warning with clang -WdocumentationGravatar Gael Guennebaud2015-12-30
* Fix numerous doxygen issues in auto-link generationGravatar Gael Guennebaud2015-12-30
* bump to 3.3-beta1Gravatar Gael Guennebaud2015-12-16
* mergeGravatar Gael Guennebaud2015-12-11
|\
| * Merged in ebrevdo/eigen (pull request PR-148)Gravatar Gael Guennebaud2015-12-11
| |\
* | | Fix compilation of MKL support.Gravatar Gael Guennebaud2015-12-11
|/ /
| * Created EIGEN_HAS_C99_MATH define as Gael suggested.Gravatar Benoit Steiner2015-12-10
| * Fixed a couple of typosGravatar Benoit Steiner2015-12-07
| * Add special functions to Eigen: lgamma, erf, erfc.Gravatar Eugene Brevdo2015-12-07
* | bug #1109: use noexcept instead of throw for C++11 compilersGravatar Gael Guennebaud2015-12-10
|/
* Implement wrapper for matrix-free iterative solversGravatar Gael Guennebaud2015-12-07
* Add LU::transpose().solve() and LU::adjoint().solve() API.Gravatar Gael Guennebaud2015-12-01
* Big 1009, part 2/2: add static assertion on LinearAccessBit in coeff(index)-l...Gravatar Gael Guennebaud2015-11-27
* added scalar_sign_op (both real,complex)Gravatar Mark Borgerding2015-11-24
* Disable "decorated name length exceeded, name was truncated" MSVC warning.Gravatar Gael Guennebaud2015-11-23
* Add is_integral<> type traitsGravatar Gael Guennebaud2015-11-20
* Added numeric limits for unsigned integersGravatar Benoit Steiner2015-11-18
* bug #1115: enable static alignment on ARM outside of old-GCCGravatar Benoit Jacob2015-11-18
* Only enable the use of constexpr with nvcc if we're using version 7.5 or aboveGravatar Benoit Steiner2015-11-13
* Only enable the use of const expression when nvcc is called with the -std=c++...Gravatar Benoit Steiner2015-11-12
* Simplified more of the IndexList code.Gravatar Benoit Steiner2015-11-12
* Update EIGEN_FAST_MATH docGravatar Gael Guennebaud2015-11-12
* Reimplement the tensor comparison operators by using the scalar_cmp_op functo...Gravatar Benoit Steiner2015-11-06
* Add support for dense.cwiseProduct(sparse)Gravatar Gael Guennebaud2015-11-04
* bug #1099: add missing incude for CUDAGravatar Gael Guennebaud2015-10-31
* Add overloads for real times sparse<complex> operations.Gravatar Gael Guennebaud2015-10-29
* CUDA support: define more accurate min/max values for device::numeric_limits ...Gravatar Gael Guennebaud2015-10-28
* Simplify cost computations based on HugeCost being smaller that unrolling limitGravatar Gael Guennebaud2015-10-28
* Refactoring of the cost model:Gravatar Gael Guennebaud2015-10-28
* Improve readibility of EIGEN_DEBUG_ASSIGN mode.Gravatar Gael Guennebaud2015-10-27
* Fix ambiguous instantiation issues of product_evaluator.Gravatar Gael Guennebaud2015-10-14
* Add a plain_object_eval<> helper returning a plain object type based on evalu...Gravatar Gael Guennebaud2015-10-14
* Clarify note in nested_eval for evaluator creating temporaries.Gravatar Gael Guennebaud2015-10-09
* Improve documentation of TriangularView.Gravatar Gael Guennebaud2015-10-09
* Simplify EIGEN_DENSE_PUBLIC_INTERFACEGravatar Gael Guennebaud2015-10-09
* Cleanup EIGEN_SPARSE_PUBLIC_INTERFACE, it is now a simple alias to EIGEN_GENE...Gravatar Gael Guennebaud2015-10-08
* Define Permutation*<>::Scalar to 'void', re-enable scalar type compatibility ...Gravatar Gael Guennebaud2015-10-06