aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
...
| * | | bug #1472: fix warningGravatar Gael Guennebaud2017-09-26
| * | | bug #1468 (1/2) : add missing std:: to memcpyGravatar Gael Guennebaud2017-09-22
| * | | Add link to a useful example.Gravatar Gael Guennebaud2017-09-20
| * | | Update documentation for aligned_allocatorGravatar Gael Guennebaud2017-09-20
| | * | Typo fix alignmeent ->alignmentGravatar LaFeuille2017-09-20
| |/ /
| * | clang provides __has_feature(is_enum) (but not <type_traits>) in C++03 modeGravatar Christoph Hertzberg2017-09-14
| * | std::integral_constant is not C++03 compatibleGravatar Christoph Hertzberg2017-09-14
| * | Fix compilation of Vector::operator()(enum) by treating enums as IndexGravatar Gael Guennebaud2017-09-07
| * | Fixed compilation with cuda_clang.Gravatar Benoit Steiner2017-09-07
| * | Add C++11 max_digits10 for half.Gravatar Gael Guennebaud2017-09-06
| * | Implement true compile-time "if" for apply_rotation_in_the_plane. This fixes ...Gravatar Gael Guennebaud2017-09-06
| * | Fix mixing types in sparse matrix products.Gravatar Gael Guennebaud2017-09-02
| * | Added support for CUDA 9.0.Gravatar Benoit Steiner2017-08-31
* | | Merged eigen/eigen into defaultGravatar Konstantinos Margaritis2017-08-24
|\| |
| * | bug #1462: remove all occurences of the deprecated __CUDACC_VER__ macro by in...Gravatar Gael Guennebaud2017-08-24
| * | Make the threshold from gemm to coeff-based-product configurable, and add som...Gravatar Gael Guennebaud2017-08-24
| * | bug #336: improve doc for PlainObjectBase::MapGravatar Gael Guennebaud2017-08-22
| * | Add missing scalar conversionGravatar Gael Guennebaud2017-08-22
| * | bug #1457: add setUnit() methods for consistency.Gravatar Gael Guennebaud2017-08-22
| * | bug #1461: fix compilation of Map<const Quaternion>::x()Gravatar Gael Guennebaud2017-08-22
| * | Merged in dtrebbien/eigen/patch-1 (pull request PR-312)Gravatar Gael Guennebaud2017-08-22
| * | Doc: warn about constness in LLT::solveInPlaceGravatar Gael Guennebaud2017-08-22
* | | initial support for z14Gravatar Konstantinos Margaritis2017-08-06
| | * Issue with mpreal and std::numeric_limits, i.e. digits is not a constant. Add...Gravatar Simon Praetorius2017-03-24
| * | LLT: const the arg to solveInPlace() to allow passing .transpose(), .block(),...Gravatar Jim Radford2017-01-04
| * | LLT: avoid making a copy when decomposing in placeGravatar Jim Radford2017-01-04
| * | Gub 1453: fix Map with non-default inner-stride but no outer-stride.Gravatar Gael Guennebaud2017-08-22
| * | bug #1456: add perf recommendation for LLT and storage formatGravatar Gael Guennebaud2017-08-22
| * | Re-enable hidden doc in LLTGravatar Gael Guennebaud2017-08-22
| * | bug #1455: Cholesky module depends on Jacobi for rank-updates.Gravatar Gael Guennebaud2017-08-22
| * | bug #1458: fix documentation of LLT and LDLT info() method.Gravatar Gael Guennebaud2017-08-22
| * | use MKL's lapacke.h header when using MKLGravatar Gael Guennebaud2017-08-17
| * | Clarify doc regarding the usage of MKL_DIRECT_CALLGravatar Gael Guennebaud2017-08-17
| * | Fix support for MKL's BLAS when using MKL_DIRECT_CALL.Gravatar Gael Guennebaud2017-08-17
| * | Make NoAlias and JacobiRotation compatible with CUDA.Gravatar Gael Guennebaud2017-08-17
| * | Do not preallocate more space than the matrix size (when the sparse matrix bo...Gravatar Gael Guennebaud2017-07-20
| * | Fix lazyness of operator* with CUDAGravatar Gael Guennebaud2017-07-20
| * | Fix compilation in c++98 mode.Gravatar Gael Guennebaud2017-07-17
| * | Disable vectorization when compiled by nvcc, even is EIGEN_NO_CUDA is definedGravatar Gael Guennebaud2017-07-17
| * | disable nvcc boolean-expr-is-constant warningGravatar Gael Guennebaud2017-07-17
| * | Add a EIGEN_NO_CUDA option, and introduce EIGEN_CUDACC and EIGEN_CUDA_ARCH al...Gravatar Gael Guennebaud2017-07-17
|/ /
* | Merged in benoitsteiner/opencl (pull request PR-323)Gravatar Benoit Steiner2017-07-07
|\ \
| * | Merged in mehdi_goli/upstr_benoit/HiperbolicOP (pull request PR-13)Gravatar Benoit Steiner2017-07-06
* | | Fix a gcc7 warning about bool * bool in abs2 default implementation.Gravatar Gael Guennebaud2017-06-27
* | | Fix a gcc7 warning: Wint-in-bool-contextGravatar Gael Guennebaud2017-06-26
* | | mergeGravatar Gael Guennebaud2017-06-15
|\ \ \
* | | | bug #1436: fix compilation of Jacobi rotations with ARM NEON, some specializa...Gravatar Gael Guennebaud2017-06-15
| |/ / |/| |
| * | Added missing __device__ qualifierGravatar Benoit Steiner2017-06-13
|/| |
| * | Added missing __device__ qualifierGravatar Benoit Steiner2017-06-13
| |/
* | Enable Array(EigenBase<>) ctor for compatible scalar types only. This prevent...Gravatar Gael Guennebaud2017-06-12