index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Eigen
/
src
/
Core
/
util
Commit message (
Expand
)
Author
Age
*
Make EIGEN_HAS_CONSTEXPR user configurable
Gael Guennebaud
2016-05-20
*
Make EIGEN_HAS_VARIADIC_TEMPLATES user configurable
Gael Guennebaud
2016-05-20
*
Make EIGEN_HAS_STD_RESULT_OF user configurable
Gael Guennebaud
2016-05-20
*
Make EIGEN_HAS_C99_MATH user configurable
Gael Guennebaud
2016-05-20
*
Make EIGEN_HAS_RVALUE_REFERENCES user configurable
Gael Guennebaud
2016-05-20
*
Rename EIGEN_HAVE_RVALUE_REFERENCES to EIGEN_HAS_RVALUE_REFERENCES
Gael Guennebaud
2016-05-20
*
Add a EIGEN_MAX_CPP_VER option to limit the C++ version to be used.
Gael Guennebaud
2016-05-20
*
bug #1221: disable gcc 6 warning: ignoring attributes on template argument
Gael Guennebaud
2016-05-19
*
bug #1213: rename some enums type for consistency.
Gael Guennebaud
2016-05-18
*
bug #1213: Give names to anonymous enums
Christoph Hertzberg
2016-05-06
*
Don't turn on const expressions when compiling with gcc >= 4.8 unless the -st...
Benoit Steiner
2016-04-29
*
Depend on the more extensive support for constexpr in clang:
Rasmus Munk Larsen
2016-04-27
*
Detect cxx_constexpr support when compiling with clang.
Rasmus Munk Larsen
2016-04-27
*
Move LAPACK declarations from blas.h to lapack.h and fix compatibility with E...
Gael Guennebaud
2016-04-11
*
Cleanup obsolete assign_scalar_eig2mkl helper.
Gael Guennebaud
2016-04-11
*
Fix long to int conversion in BLAS API.
Gael Guennebaud
2016-04-11
*
Relax dependency on MKL for EIGEN_USE_BLAS
Gael Guennebaud
2016-04-11
*
Enable constant expressions when compiling cuda code with clang.
Benoit Steiner
2016-03-30
*
Resolve bad merge.
Eugene Brevdo
2016-03-08
*
Turn on some of the cxx11 features when compiling with visual studio 2015
Benoit Steiner
2016-03-05
*
Merged in ebrevdo/eigen (pull request PR-167)
Benoit Steiner
2016-03-03
|
\
|
*
Small bugfix to numeric_limits for CUDA.
Eugene Brevdo
2016-03-02
|
*
Add infinity() support to numext::numeric_limits, use it in lgamma.
Eugene Brevdo
2016-03-02
*
|
bug #1170: skip calls to memcpy/memmove for empty imput.
Gael Guennebaud
2016-02-19
|
/
*
Merged in rmlarsen/eigen (pull request PR-163)
Gael Guennebaud
2016-02-11
|
\
*
|
I'm told to use __EMSCRIPTEN__ by an Emscripten dev.
Benoit Jacob
2016-02-10
*
|
Make the GCC workaround for sqrt GCC-only; detect Emscripten as non-GCC
Benoit Jacob
2016-02-10
*
|
Disabling the nvcc warnings in addition to the clang warnings when clang is u...
Benoit Steiner
2016-02-09
*
|
Fixed the code that disables the use of variadic templates when compiling wit...
Benoit Steiner
2016-02-09
*
|
Worked around nvcc crash when compiling Eigen on Tegra X1
Benoit Steiner
2016-02-09
|
*
Merge.
Rasmus Munk Larsen
2016-02-06
|
|
\
|
|
/
|
/
|
|
*
Implement complete orthogonal decomposition in Eigen.
Rasmus Munk Larsen
2016-02-06
*
|
Add an explicit assersion on the alignment of the pointer returned by std::ma...
Gael Guennebaud
2016-02-05
*
|
Remove posix_memalign, _mm_malloc, and _aligned_malloc special paths.
Gael Guennebaud
2016-02-05
|
/
*
Remove dead code
Gael Guennebaud
2016-02-04
*
Disable 2 more nvcc warning messages
Benoit Steiner
2016-02-03
*
Added a few comments
Benoit Steiner
2016-02-03
*
Properly disable nvcc warning messages in user code.
Benoit Steiner
2016-02-03
*
Revert the nvcc messages to their default severity instead of the forcing the...
Benoit Steiner
2016-02-03
*
Silenced some unhelpful warnings generated by nvcc.
Benoit Steiner
2016-02-03
*
backout changeset d4a9e615699bd7f26864d57d2b28021b9f64b6ff
Gael Guennebaud
2016-01-30
*
bug #632: implement general coefficient-wise "dense op sparse" operations thr...
Gael Guennebaud
2016-01-30
*
Extend SparseView to allow keeping explicit zeros. This is equivalent to spar...
Gael Guennebaud
2016-01-29
*
bug #178: remove additional const on nested expression, and remove several co...
Gael Guennebaud
2016-01-28
*
Disable stupid MSVC warning
Gael Guennebaud
2016-01-28
*
bug #96, bug #1006: fix by value argument in result_of.
Gael Guennebaud
2016-01-28
*
Fixed some compilation problems with nvcc + clang
Benoit Steiner
2016-01-27
*
Add meta_least_common_multiple helper.
Gael Guennebaud
2016-01-27
*
bug #1153: Don't rely on __GXX_EXPERIMENTAL_CXX0X__ to detect C++11 support
Christoph Hertzberg
2016-01-26
*
Unify std::numeric_limits and device::numeric_limits within numext namespace
Gael Guennebaud
2016-01-22
[next]