aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util
Commit message (Expand)AuthorAge
* Move LAPACK declarations from blas.h to lapack.h and fix compatibility with E...Gravatar Gael Guennebaud2016-04-11
* Cleanup obsolete assign_scalar_eig2mkl helper.Gravatar Gael Guennebaud2016-04-11
* Fix long to int conversion in BLAS API.Gravatar Gael Guennebaud2016-04-11
* Relax dependency on MKL for EIGEN_USE_BLASGravatar Gael Guennebaud2016-04-11
* Enable constant expressions when compiling cuda code with clang.Gravatar Benoit Steiner2016-03-30
* Resolve bad merge.Gravatar Eugene Brevdo2016-03-08
* Turn on some of the cxx11 features when compiling with visual studio 2015Gravatar Benoit Steiner2016-03-05
* Merged in ebrevdo/eigen (pull request PR-167)Gravatar Benoit Steiner2016-03-03
|\
| * Small bugfix to numeric_limits for CUDA.Gravatar Eugene Brevdo2016-03-02
| * Add infinity() support to numext::numeric_limits, use it in lgamma.Gravatar Eugene Brevdo2016-03-02
* | bug #1170: skip calls to memcpy/memmove for empty imput.Gravatar Gael Guennebaud2016-02-19
|/
* Merged in rmlarsen/eigen (pull request PR-163)Gravatar Gael Guennebaud2016-02-11
|\
* | I'm told to use __EMSCRIPTEN__ by an Emscripten dev.Gravatar Benoit Jacob2016-02-10
* | Make the GCC workaround for sqrt GCC-only; detect Emscripten as non-GCCGravatar Benoit Jacob2016-02-10
* | Disabling the nvcc warnings in addition to the clang warnings when clang is u...Gravatar Benoit Steiner2016-02-09
* | Fixed the code that disables the use of variadic templates when compiling wit...Gravatar Benoit Steiner2016-02-09
* | Worked around nvcc crash when compiling Eigen on Tegra X1Gravatar Benoit Steiner2016-02-09
| * Merge.Gravatar Rasmus Munk Larsen2016-02-06
| |\ | |/ |/|
| * Implement complete orthogonal decomposition in Eigen.Gravatar Rasmus Munk Larsen2016-02-06
* | Add an explicit assersion on the alignment of the pointer returned by std::ma...Gravatar Gael Guennebaud2016-02-05
* | Remove posix_memalign, _mm_malloc, and _aligned_malloc special paths.Gravatar Gael Guennebaud2016-02-05
|/
* Remove dead codeGravatar Gael Guennebaud2016-02-04
* Disable 2 more nvcc warning messagesGravatar Benoit Steiner2016-02-03
* Added a few commentsGravatar Benoit Steiner2016-02-03
* Properly disable nvcc warning messages in user code.Gravatar Benoit Steiner2016-02-03
* Revert the nvcc messages to their default severity instead of the forcing the...Gravatar Benoit Steiner2016-02-03
* Silenced some unhelpful warnings generated by nvcc.Gravatar Benoit Steiner2016-02-03
* backout changeset d4a9e615699bd7f26864d57d2b28021b9f64b6ffGravatar Gael Guennebaud2016-01-30
* bug #632: implement general coefficient-wise "dense op sparse" operations thr...Gravatar Gael Guennebaud2016-01-30
* 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