aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Silenced some compilation warnings triggered by nvccGravatar Benoit Steiner2015-12-17
* Made it possible to run tensor chipping operations on CUDA devicesGravatar Benoit Steiner2015-12-17
* Fixed some compilation error triggered by the tensor code with msvc 2008Gravatar Benoit Steiner2015-12-16
* Added tag 3.3-beta1 for changeset 9f9de1aaa9a508fc6c94ddacd12b9107462f688fGravatar Gael Guennebaud2015-12-16
* bump to 3.3-beta1Gravatar Gael Guennebaud2015-12-16
* bug #1120: Make sure that SuperLU version is checkedGravatar Christoph Hertzberg2015-12-16
* Update doc to make it clear that only SuperLU 4.x is supportedGravatar Gael Guennebaud2015-12-16
* Disable AutoDiffScalar generic copy ctor for non compatible scalar types (fix...Gravatar Gael Guennebaud2015-12-16
* bug #1136: Protect isinf for Intel compilers. Also don't distinguish GCC from...Gravatar Christoph Hertzberg2015-12-15
* Made the entire TensorFixedSize api callable from a CUDA kernel.Gravatar Benoit Steiner2015-12-14
* Marked the tensor constructors as EIGEN_DEVICE_FUNC: This makes it possible t...Gravatar Benoit Steiner2015-12-14
* Fix MKL wrapper for ComplexSchurGravatar Gael Guennebaud2015-12-11
* Fix unused variable warning.Gravatar Gael Guennebaud2015-12-11
* mergeGravatar Gael Guennebaud2015-12-11
|\
* \ mergeGravatar Gael Guennebaud2015-12-11
|\ \
* | | Increase axpy vector sizeGravatar Gael Guennebaud2015-12-11
| | * bug #1134: fix JacobiSVD pre-allocationGravatar Gael Guennebaud2015-12-11
| | * Merged in ebrevdo/eigen (pull request PR-148)Gravatar Gael Guennebaud2015-12-11
| | |\
| | * | bug #1132: add EIGEN_MAPBASE_PLUGINGravatar Gael Guennebaud2015-12-11
| |/ /
* | | Fix MKL compilation issueGravatar Gael Guennebaud2015-12-11
* | | Remove useless explicitGravatar Gael Guennebaud2015-12-11
* | | Fix compilation of PardisoSupportGravatar Gael Guennebaud2015-12-11
* | | Remove useless "explicit", and fix inline/static order.Gravatar Gael Guennebaud2015-12-11
* | | Fix compilation of MKL support.Gravatar Gael Guennebaud2015-12-11
| * | mergeGravatar Gael Guennebaud2015-12-11
| |\ \
| * | | Fix unit tests wrt EIGEN_DEFAULT_TO_ROW_MAJORGravatar Gael Guennebaud2015-12-11
| | * | Fixed a typo in the constructor of tensors of rank 5.Gravatar Benoit Steiner2015-12-10
| | * | Made 2 tests compile without cxx11.Gravatar Benoit Steiner2015-12-10
| | * | Use the proper accessor to refer to the value of a scalar tensorGravatar Benoit Steiner2015-12-10
| | * | Fixed the coefficient accessors use for the 2d and 3d case when compiling wit...Gravatar Benoit Steiner2015-12-10
| | * | Updated the cxx11_tensor_custom_op to not require cxx11.Gravatar Benoit Steiner2015-12-10
| | * | Updated the cxx11_tensor_assign test to make it compile without support for c...Gravatar Benoit Steiner2015-12-10
| | | * Fixed compilation error triggered by MSVC 2008Gravatar Benoit Steiner2015-12-10
| | | * Created EIGEN_HAS_C99_MATH define as Gael suggested.Gravatar Benoit Steiner2015-12-10
| * | | Fix storage order of PartialReduxGravatar Gael Guennebaud2015-12-10
| * | | Make sure ADOLC is recent enough by searching for adtl.hGravatar Gael Guennebaud2015-12-10
| | * | sign(complex) compiles for GPUGravatar Mark Borgerding2015-12-10
| |/ /
| | * Only test the lgamma, erf and erfc function when using a C99 compliant compilerGravatar Benoit Steiner2015-12-10
| | * Silence a compilation warningGravatar Benoit Steiner2015-12-10
| | * Only implement the lgamma, erf, and erfc functions when using a compiler comp...Gravatar Benoit Steiner2015-12-10
| * | Workaround gcc issue with -O3 and the i387 FPU.Gravatar Gael Guennebaud2015-12-10
|/ /
* | bug #1103: fix neon vectorization of pmul(Packet1cd,Packet1cd)Gravatar Gael Guennebaud2015-12-10
* | Improve handling of deprecated EIGEN_INCLUDE_INSTALL_DIR variableGravatar Gael Guennebaud2015-12-10
| * Simplified the implementation of lgamma, erf, and erfcGravatar Benoit Steiner2015-12-08
| * CleanupGravatar Benoit Steiner2015-12-08
| * Only disable the erf, erfc, and lgamma tests for older versions of c++.Gravatar Benoit Steiner2015-12-07
| * Simplified the code a bitGravatar Benoit Steiner2015-12-07
| * Fixed a couple of typosGravatar Benoit Steiner2015-12-07
| * Add special functions to Eigen: lgamma, erf, erfc.Gravatar Eugene Brevdo2015-12-07
* | Further fixes for CMAKE_INSTALL_PREFIX correctnessGravatar Taylor Braun-Jones2015-11-07