aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Update BLAS API unit testsGravatar Gael Guennebaud2015-11-30
* Clean hardcoded compilation optionsGravatar Gael Guennebaud2015-11-30
* Update ADOL-C support.Gravatar Gael Guennebaud2015-11-30
* Extend superlu cmake script to check versionGravatar Gael Guennebaud2015-11-30
* Fix UmfPackLU ctor for exppressionsGravatar Gael Guennebaud2015-11-27
* bug #918, umfpack: add access to umfpack return code and parametersGravatar Gael Guennebaud2015-11-27
* ArrayBase::sign: add unit test and fix docGravatar Gael Guennebaud2015-11-27
* bug #1112: fix compilation on exotic architecturesGravatar Gael Guennebaud2015-11-27
* bug #1120, superlu: mem_usage_t is now uniquely defined, so let's use it.Gravatar Gael Guennebaud2015-11-27
* Preserve CMAKE_CXX_FLAGS in BTLGravatar Gael Guennebaud2015-11-27
* Big 1009, part 2/2: add static assertion on LinearAccessBit in coeff(index)-l...Gravatar Gael Guennebaud2015-11-27
* bug #1009, part 1/2: make sure vector expressions expose LinearAccessBit flag.Gravatar Gael Guennebaud2015-11-27
* added scalar_sign_op (both real,complex)Gravatar Mark Borgerding2015-11-24
* Fixed a bug in TensorArgMax.hGravatar Benoit Steiner2015-11-23
* Fixed the implementation of Eigen::internal::count_leading_zeros for MSVC.Gravatar Benoit Steiner2015-11-23
* Don't create more cuda blocks than necessaryGravatar Benoit Steiner2015-11-23
* Made it possible to refer t oa GPUDevice from code compile with a regular C++...Gravatar Benoit Steiner2015-11-23
* Deleted unused variable.Gravatar Benoit Steiner2015-11-23
* Pulled latest updates from trunkGravatar Benoit Steiner2015-11-23
|\
| * Disable "decorated name length exceeded, name was truncated" MSVC warning.Gravatar Gael Guennebaud2015-11-23
| * bug #1117: workaround unused-local-typedefs warning when EIGEN_NO_STATIC_ASSE...Gravatar Gael Guennebaud2015-11-23
| * Add a note on initParallel being optional in C++11.Gravatar Gael Guennebaud2015-11-23
| * Improve numerical robustness of some unit testsGravatar Gael Guennebaud2015-11-23
| * Merged in dr15jones/eigen (pull request PR-146)Gravatar Gael Guennebaud2015-11-22
| |\
| * | Use overload instead of template full specialization to please old MSVCGravatar Gael Guennebaud2015-11-22
| * | Make FullPivLU::solve use rank() instead of nonzeroPivots().Gravatar Gael Guennebaud2015-11-21
* | | Split TensorDeviceType.h in 3 files to make it more manageableGravatar Benoit Steiner2015-11-20
|/ /
* | Added option to force the usage of the Eigen array class instead of the std::...Gravatar Benoit Steiner2015-11-20
* | Pulled latest updates from trunkGravatar Benoit Steiner2015-11-20
|\ \
* | | Added proper support for fast 64bit integer division on CUDAGravatar Benoit Steiner2015-11-20
| | * Use a class constructor to initialize CPU cache sizesGravatar Chris Jones2015-11-20
| |/
| * Use .data() instead of &coeffRef(0).Gravatar Gael Guennebaud2015-11-20
| * Add regression using test for array<complex>/realGravatar Gael Guennebaud2015-11-20
| * Fix overload instantiation for clangGravatar Gael Guennebaud2015-11-20
| * Workaround msvc broken complex/complex division in unit testGravatar Gael Guennebaud2015-11-20
| * Add missing using statement to enable fast Array<complex> / real operations. ...Gravatar Gael Guennebaud2015-11-20
| * Workaround MSVC missing overloads of std::fpclassify for integral typesGravatar Gael Guennebaud2015-11-20
| * Add is_integral<> type traitsGravatar Gael Guennebaud2015-11-20
| * Fixed another clang compilation warningGravatar Benoit Steiner2015-11-19
| * Fixed compilation warning generated by clangGravatar Benoit Steiner2015-11-19
|/
* Fixed compilation error triggered by nvccGravatar Benoit Steiner2015-11-19
* Shard the uint128 testGravatar Benoit Steiner2015-11-19
* Cleanup the integer division testGravatar Benoit Steiner2015-11-19
* Added support for 128bit integers on CUDA devices.Gravatar Benoit Steiner2015-11-19
* Added numeric limits for unsigned integersGravatar Benoit Steiner2015-11-18
* Add regression unit test for prod.maxCoeff(i)Gravatar Gael Guennebaud2015-11-18
* Avoid using the version of TensorIntDiv optimized for 32-bit integers when th...Gravatar Benoit Steiner2015-11-18
* bug #1115: enable static alignment on ARM outside of old-GCCGravatar Benoit Jacob2015-11-18
* Workaround i387 issue in unit testGravatar Gael Guennebaud2015-11-16
* Only enable the use of constexpr with nvcc if we're using version 7.5 or aboveGravatar Benoit Steiner2015-11-13