aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
| | * | 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
* | bug #1109: use noexcept instead of throw for C++11 compilersGravatar Gael Guennebaud2015-12-10
* | Use more explicit names.Gravatar Gael Guennebaud2015-12-10
* | Fix usage of "Index" as a compile time integral.Gravatar Gael Guennebaud2015-12-10
* | bug #1113: fix name conflict with C99's "I".Gravatar Gael Guennebaud2015-12-10
* | Disable complex scalar types because the compiler might aggressively vectorizeGravatar Gael Guennebaud2015-12-09
* | Forbid the creation of SparseCompressedBase objectGravatar Gael Guennebaud2015-12-09
* | bug #1074: forbid the creation of PlainObjectBase object by making its ctor p...Gravatar Gael Guennebaud2015-12-09
* | Fix sign-unsigned issue in enumGravatar Gael Guennebaud2015-12-09
* | Fix and clarify documentation of Transform wrt operator*(MatrixBase)Gravatar Gael Guennebaud2015-12-08
* | Fix Alignment in coeff-based product, and enable unaligned vectorizationGravatar Gael Guennebaud2015-12-08
* | Extend unit test of coeff-based product to check many more combinationsGravatar Gael Guennebaud2015-12-08
* | Fixed another compilation warningGravatar Benoit Steiner2015-12-07
|/
* Fixed compilation warningsGravatar Benoit Steiner2015-12-07
* Add matrix-free solver exampleGravatar Gael Guennebaud2015-12-07
* Implement wrapper for matrix-free iterative solversGravatar Gael Guennebaud2015-12-07
* Use signed integers instead of unsigned ones more consistently in the codebase.Gravatar Benoit Steiner2015-12-04
* Use integers instead of std::size_t to encode the number of dimensions in the...Gravatar Benoit Steiner2015-12-04
* Made it possible to use the sigmoid functor within a CUDA kernel.Gravatar Benoit Steiner2015-12-04
* Added rsqrt() method to the Array class: this method computes the coefficient...Gravatar Benoit Steiner2015-12-03
* Deleted redundant codeGravatar Benoit Steiner2015-12-03
* Merged in Unril/eigen-1/Unril/fixes-internal-compiler-error-while-comp-144915...Gravatar Benoit Steiner2015-12-03
|\
* | Add missing Rotation2D::operator=(Matrix2x2)Gravatar Gael Guennebaud2015-12-03
| * Fixes internal compiler error while compiling with VC2015 Update1 x64.Gravatar Nikolay Fedorov2015-12-03
|/
* Made it possible to leverage several binary functor in a CUDA kernelGravatar Benoit Steiner2015-12-02
* bug #1123: add missing documentation of angle() and axis()Gravatar Gael Guennebaud2015-12-01
* Add LU::transpose().solve() and LU::adjoint().solve() API.Gravatar Gael Guennebaud2015-12-01
* Add internal method _solve_impl_transposed() to LU decomposition classes that...Gravatar Rasmus Munk Larsen2015-11-30
* Make bench_gemm compatible with 3.2Gravatar Gael Guennebaud2015-12-01
* Fix matrix to quaternion (and angleaxis) conversion for matrix expression.Gravatar Gael Guennebaud2015-12-01