aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* | | 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
| |
| * 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
| | | | | | | | Cleaned up the code a bit.
| * Add special functions to Eigen: lgamma, erf, erfc.Gravatar Eugene Brevdo2015-12-07
| | | | | | | | Includes CUDA support and unit tests.
* | Further fixes for CMAKE_INSTALL_PREFIX correctnessGravatar Taylor Braun-Jones2015-11-07
| | | | | | | | | | | | | | | | | | | | | | | | And other related cmake cleanup, including: - Use CMAKE_CURRENT_LIST_DIR to find UseEigen3.cmake - Use INSTALL_DIR term consistently for variable names - Drop unnecessary extra EIGEN_INCLUDE_INSTALL_DIR - Fix some paths in generated eigen3.pc and Eigen3Config.cmake files missing CMAKE_INSTALL_PREFIX - Fix pkgconfig directory choice ignored if it doesn't exist at configure time (bug #711)
* | 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
| | | | | | | | the initialization of complex coeffs to 0 before we can check for alignedness
* | Forbid the creation of SparseCompressedBase objectGravatar Gael Guennebaud2015-12-09
| |
* | bug #1074: forbid the creation of PlainObjectBase object by making its ctor ↵Gravatar Gael Guennebaud2015-12-09
| | | | | | | | protected
* | 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
|