aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* [doc] Remove extra ';' in Tutorial_AdvancedInitialization_Join.cppGravatar connor-k2015-12-21
|
* Fixed a typo.Gravatar Benoit Steiner2015-12-18
|
* Add alignment requirement for local buffer used by the slicing op.Gravatar Benoit Steiner2015-12-18
|
* Doubled the speed of full reductions on GPUs.Gravatar Benoit Steiner2015-12-18
|
* bug #1140: remove custom definition and use of _mm256_setr_m128Gravatar Gael Guennebaud2015-12-18
|
* Fixed a clang compilation warning triggered by the use of arrays of size 0.Gravatar Benoit Steiner2015-12-17
|
* 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 ↵Gravatar Gael Guennebaud2015-12-16
| | | | (fix ambiguous template instantiation)
* bug #1136: Protect isinf for Intel compilers. Also don't distinguish GCC ↵Gravatar Christoph Hertzberg2015-12-15
| | | | from ICC and don't rely on EIGEN_NOT_A_MACRO, which might not be defined when including this.
* 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 ↵Gravatar Benoit Steiner2015-12-14
| | | | to call them from a CUDA kernel.
* 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
| | | | | | | | | | | | | | | (grafted from f22036f5f8bbaa349e090327d246c817bac94ee4 )
| | * Merged in ebrevdo/eigen (pull request PR-148)Gravatar Gael Guennebaud2015-12-11
| | |\ | | | | | | | | | | | | Add special functions to eigen: lgamma, erf, erfc.
| | * | 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
| | | | | | | | | | | | | | | | HdG: --
| | * | 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 ↵Gravatar Benoit Steiner2015-12-10
| | | | | | | | | | | | | | | | without cxx11 support.
| | * | 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 ↵Gravatar Benoit Steiner2015-12-10
| | | | | | | | | | | | | | | | cxx11
| | | * 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 ↵Gravatar Benoit Steiner2015-12-10
| | | | | | | | | | | | compliant with the C99 specification.
| * | 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
| |