index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Workaround "empty paragraph" warning with clang -Wdocumentation
Gael Guennebaud
2015-12-30
*
Add missing doc of Derived template parameter
Gael Guennebaud
2015-12-30
*
Fix numerous doxygen issues in auto-link generation
Gael Guennebaud
2015-12-30
*
Fix links to Eigen2-to-Eigen3 porting helpers
Gael Guennebaud
2015-12-30
*
Recent versions of doxygen miss-parsed Eigen/* headers
Gael Guennebaud
2015-12-30
*
Add missing snippets for erf/erfc/lgamma functions.
Gael Guennebaud
2015-12-30
*
Add missing snippet for sign/cwiseSign functions.
Gael Guennebaud
2015-12-30
*
Add missing ctor from uint
Gael Guennebaud
2015-12-30
*
bug #1141: add missing initialization of CholmodBase::m_*IsOk
Gael Guennebaud
2015-12-29
*
Workaround compilers that do not even define _mm256_set_m128.
Gael Guennebaud
2015-12-24
*
Don't attempt to vectorize mean reductions of integers since we can't use
Benoit Steiner
2015-12-22
*
Optimized the configuration of the outer reduction cuda kernel
Benoit Steiner
2015-12-22
*
Added missing define
Benoit Steiner
2015-12-22
*
Made sure the optimized gpu reduction code is actually compiled.
Benoit Steiner
2015-12-22
*
Optimized outer reduction on GPUs.
Benoit Steiner
2015-12-22
*
Made it possible to run the lgamma, erf, and erfc functors on a CUDA gpu.
Benoit Steiner
2015-12-21
*
Added missing const
Benoit Steiner
2015-12-21
*
Merged in connor-k/eigen (pull request PR-149)
Benoit Steiner
2015-12-21
|
\
*
|
Fixed a typo in previous change.
Benoit Steiner
2015-12-21
*
|
Added support for CUDA architectures that don's support for 3.5 capabilities
Benoit Steiner
2015-12-21
|
*
[doc] Remove extra ';' in Tutorial_AdvancedInitialization_Join.cpp
connor-k
2015-12-21
|
/
*
Fixed a typo.
Benoit Steiner
2015-12-18
*
Add alignment requirement for local buffer used by the slicing op.
Benoit Steiner
2015-12-18
*
Doubled the speed of full reductions on GPUs.
Benoit Steiner
2015-12-18
*
bug #1140: remove custom definition and use of _mm256_setr_m128
Gael Guennebaud
2015-12-18
*
Fixed a clang compilation warning triggered by the use of arrays of size 0.
Benoit Steiner
2015-12-17
*
Silenced some compilation warnings triggered by nvcc
Benoit Steiner
2015-12-17
*
Made it possible to run tensor chipping operations on CUDA devices
Benoit Steiner
2015-12-17
*
Fixed some compilation error triggered by the tensor code with msvc 2008
Benoit Steiner
2015-12-16
*
Added tag 3.3-beta1 for changeset 9f9de1aaa9a508fc6c94ddacd12b9107462f688f
Gael Guennebaud
2015-12-16
*
bump to 3.3-beta1
Gael Guennebaud
2015-12-16
*
bug #1120: Make sure that SuperLU version is checked
Christoph Hertzberg
2015-12-16
*
Update doc to make it clear that only SuperLU 4.x is supported
Gael Guennebaud
2015-12-16
*
Disable AutoDiffScalar generic copy ctor for non compatible scalar types (fix...
Gael Guennebaud
2015-12-16
*
bug #1136: Protect isinf for Intel compilers. Also don't distinguish GCC from...
Christoph Hertzberg
2015-12-15
*
Made the entire TensorFixedSize api callable from a CUDA kernel.
Benoit Steiner
2015-12-14
*
Marked the tensor constructors as EIGEN_DEVICE_FUNC: This makes it possible t...
Benoit Steiner
2015-12-14
*
Fix MKL wrapper for ComplexSchur
Gael Guennebaud
2015-12-11
*
Fix unused variable warning.
Gael Guennebaud
2015-12-11
*
merge
Gael Guennebaud
2015-12-11
|
\
*
\
merge
Gael Guennebaud
2015-12-11
|
\
\
*
|
|
Increase axpy vector size
Gael Guennebaud
2015-12-11
|
|
*
bug #1134: fix JacobiSVD pre-allocation
Gael Guennebaud
2015-12-11
|
|
*
Merged in ebrevdo/eigen (pull request PR-148)
Gael Guennebaud
2015-12-11
|
|
|
\
|
|
*
|
bug #1132: add EIGEN_MAPBASE_PLUGIN
Gael Guennebaud
2015-12-11
|
|
/
/
*
|
|
Fix MKL compilation issue
Gael Guennebaud
2015-12-11
*
|
|
Remove useless explicit
Gael Guennebaud
2015-12-11
*
|
|
Fix compilation of PardisoSupport
Gael Guennebaud
2015-12-11
*
|
|
Remove useless "explicit", and fix inline/static order.
Gael Guennebaud
2015-12-11
*
|
|
Fix compilation of MKL support.
Gael Guennebaud
2015-12-11
[next]