aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
| | * | | | | 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 cut-and-paste error.Gravatar Rasmus Munk Larsen2017-09-08
| | | | | |
* | | | | | Avoid undefined behavior in Eigen::TensorCostModel::numThreads.Gravatar Rasmus Munk Larsen2017-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the cost is large enough then the thread count can be larger than the maximum representable int, so just casting it to an int is undefined behavior. Contributed by phurst@google.com.
* | | | | | 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
| | | | | |
* | | | | | Merged in infinitei/eigen (pull request PR-328)Gravatar Gael Guennebaud2017-09-06
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug #1464 : Fixes construction of EulerAngles from 3D vector expression. Approved-by: Tal Hadad <tal_hd@hotmail.com> Approved-by: Abhijit Kundu <abhijit.kundu@gatech.edu>
* | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | a compilation issue for vectorized real type with missing vectorization for complexes, e.g. AVX512.
* | | | | | | Fix mixing types in sparse matrix products.Gravatar Gael Guennebaud2017-09-02
| | | | | | |
| | | | * | | Merged in JonasMu/added-an-example-for-a-contraction-to-a--1504265366851 ↵Gravatar Jonas Harsch2017-09-01
| |_|_|/| | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (pull request PR-1) Added an example for a contraction to a scalar value
| | | | * | | Close branch JonasMu/added-an-example-for-a-contraction-to-a--1504265366851Gravatar Jonas Harsch2017-09-01
| | | | | | |
| | | | * | | Added an example for a contraction to a scalar value, e.g. a double ↵Gravatar Jonas Harsch2017-09-01
| |_|_|/ / / |/| | | | | | | | | | | | | | | | | contraction of two second order tensors and how you can get the value of the result. I lost one day to get this doen so I think it will help some guys. I also added Eigen:: to the IndexPair and and array in the same example.
* | | | | | Added support for CUDA 9.0.Gravatar Benoit Steiner2017-08-31
| | | | | |
| * | | | | bug #1464 : Fixes construction of EulerAngles from 3D vector expression.Gravatar Abhijit Kundu2017-08-30
|/ / / / /
* | | | | Handle min/max/inf/etc issue in cuda_fp16.h directly in test/main.hGravatar Gael Guennebaud2017-08-24
| | | | |
| * | | | Merged eigen/eigen into defaultGravatar Konstantinos Margaritis2017-08-24
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | bug #1462: remove all occurences of the deprecated __CUDACC_VER__ macro by ↵Gravatar Gael Guennebaud2017-08-24
| | | | | | | | | | | | | | | | | | | | introducing EIGEN_CUDACC_VER
* | | | | Make the threshold from gemm to coeff-based-product configurable, and add ↵Gravatar Gael Guennebaud2017-08-24
| | | | | | | | | | | | | | | | | | | | some explanations.
* | | | | 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 #1449: fix redux_3 unit testGravatar 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
| | | | | | | | | | | | | | | | | | | | Work around a compilation error seen with nvcc V8.0.61
* | | | | Doc: warn about constness in LLT::solveInPlaceGravatar Gael Guennebaud2017-08-22
| | | | |
| * | | | initial support for z14Gravatar Konstantinos Margaritis2017-08-07
| |\ \ \ \
| * | | | | initial support for z14Gravatar Konstantinos Margaritis2017-08-06
| | | | | |
| | | * | | Fixing Argmax that was breaking upstream TensorFlow.Gravatar Benoit Steiner2017-07-22
| | |/ / / | |/| | |
| | | | * Issue with mpreal and std::numeric_limits, i.e. digits is not a constant. ↵Gravatar Simon Praetorius2017-03-24
| | | | | | | | | | | | | | | | | | | | Added a digits() traits in NumTraits with fallback to static constant. Specialization for mpreal added in MPRealSupport.
| | | * | Make scaling work with non-square matricesGravatar Julian Kent2017-03-03
| | | | |
* | | | | LLT: const the arg to solveInPlace() to allow passing .transpose(), ↵Gravatar Jim Radford2017-01-04
| | | | | | | | | | | | | | | | | | | | .block(), etc.
* | | | | 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
| | | | |
* | | | | Clarify MKL_DIRECT_CALL doc.Gravatar Gael Guennebaud2017-08-17
| | | | |
* | | | | 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
| | | | |
* | | | | Add unit test for has_ReturnTypeGravatar 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 ↵Gravatar Gael Guennebaud2017-07-20
| | | | | | | | | | | | | | | | | | | | boils down to a vector
* | | | | Disable BDCSVD preallocation check.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
| | | | |
* | | | | Update documentation for CUDAGravatar Gael Guennebaud2017-07-17
| | | | |
* | | | | Disable vectorization when compiled by nvcc, even is EIGEN_NO_CUDA is definedGravatar Gael Guennebaud2017-07-17
| | | | |