aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core
Commit message (Expand)AuthorAge
* Add LU::transpose().solve() and LU::adjoint().solve() API.Gravatar Gael Guennebaud2015-12-01
* Fix degenerate cases in syrk and trsmGravatar Gael Guennebaud2015-11-30
* 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
* Disable "decorated name length exceeded, name was truncated" MSVC warning.Gravatar 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
| * Use a class constructor to initialize CPU cache sizesGravatar Chris Jones2015-11-20
|/
* Fix overload instantiation for clangGravatar 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
* Added numeric limits for unsigned integersGravatar Benoit Steiner2015-11-18
* bug #1115: enable static alignment on ARM outside of old-GCCGravatar Benoit Jacob2015-11-18
* Only enable the use of constexpr with nvcc if we're using version 7.5 or aboveGravatar Benoit Steiner2015-11-13
* Made it possible to compute atan, tanh, sinh and cosh on GPUGravatar Benoit Steiner2015-11-12
* Only enable the use of const expression when nvcc is called with the -std=c++...Gravatar Benoit Steiner2015-11-12
* Simplified more of the IndexList code.Gravatar Benoit Steiner2015-11-12
* Fix missing Dynamic versus HugeCost changesGravatar Gael Guennebaud2015-11-12
* Update EIGEN_FAST_MATH docGravatar Gael Guennebaud2015-11-12
* Allow the vectorized version of the Binary and the Nullary functors to run on...Gravatar Benoit Steiner2015-11-11
* Added missing EIGEN_DEVICE_FUNC statementsGravatar Benoit Steiner2015-11-06
* Reimplement the tensor comparison operators by using the scalar_cmp_op functo...Gravatar Benoit Steiner2015-11-06
* Fix "," in non SSE4 modeGravatar Gael Guennebaud2015-11-05
* Fix AVX round/ceil/floor, and fix respective unit testGravatar Gael Guennebaud2015-11-04
* Merged in aavenel/eigen (pull request PR-142)Gravatar Gael Guennebaud2015-11-04
|\
* | Add support for dense.cwiseProduct(sparse)Gravatar Gael Guennebaud2015-11-04
* | Made the CUDA implementation of ploadt_ro compatible with cuda implementation...Gravatar Benoit Steiner2015-11-03
* | compilation issueGravatar Gael Guennebaud2015-11-02
| * MergeGravatar Alexandre Avenel2015-11-01
| |\ | |/ |/|
| * Add round, ceil and floor for SSE4.1/AVX (Bug #70)Gravatar Alexandre Avenel2015-11-01
* | bug #1099: add missing incude for CUDAGravatar Gael Guennebaud2015-10-31
|/
* bug #1102: fix multiple definition linking issueGravatar Gael Guennebaud2015-10-30
* Don't call internal::check_rows_cols_for_overflow twice in PlainObjectBase::r...Gravatar Benoit Steiner2015-10-29
* Add overloads for real times sparse<complex> operations.Gravatar Gael Guennebaud2015-10-29
* fix copy/paste typoGravatar Gael Guennebaud2015-10-28
* CUDA support: define more accurate min/max values for device::numeric_limits ...Gravatar Gael Guennebaud2015-10-28
* Enable std::isfinite/nan/inf on MSVC 2013 and newer and clang. Fix isinf for ...Gravatar Gael Guennebaud2015-10-28
* Simplify cost computations based on HugeCost being smaller that unrolling limitGravatar Gael Guennebaud2015-10-28
* Refactoring of the cost model:Gravatar Gael Guennebaud2015-10-28
* bug #1008: improve handling of fast-math mode for older gcc versions.Gravatar Gael Guennebaud2015-10-27
* bug #1008: stabilize isfinite/isinf/isnan/hasNaN/allFinite functions for fast...Gravatar Gael Guennebaud2015-10-27
* Simplify evaluator::Flags for Map<>Gravatar Gael Guennebaud2015-10-27
* Fix assign vectorization logic with respect to fixed outer-strideGravatar Gael Guennebaud2015-10-27
* Improve readibility of EIGEN_DEBUG_ASSIGN mode.Gravatar Gael Guennebaud2015-10-27
* Avoid any openmp calls if multi-threading is explicitely disabled at runtime.Gravatar Gael Guennebaud2015-10-22
* bug #1089: add a warning when using a MatrixBase method which is implemented ...Gravatar Gael Guennebaud2015-10-22
* bug #1090: fix a shortcoming in redux logic for which slice-vectorization plu...Gravatar Gael Guennebaud2015-10-21
* Improve numerical accuracy in LLT and triangular solve by using true scalar d...Gravatar Gael Guennebaud2015-10-18