aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util
Commit message (Expand)AuthorAge
...
* bump to 3.3-beta1Gravatar Gael Guennebaud2015-12-16
* mergeGravatar Gael Guennebaud2015-12-11
|\
| * Merged in ebrevdo/eigen (pull request PR-148)Gravatar Gael Guennebaud2015-12-11
| |\
* | | Fix compilation of MKL support.Gravatar Gael Guennebaud2015-12-11
|/ /
| * Created EIGEN_HAS_C99_MATH define as Gael suggested.Gravatar Benoit Steiner2015-12-10
| * Fixed a couple of typosGravatar Benoit Steiner2015-12-07
| * Add special functions to Eigen: lgamma, erf, erfc.Gravatar Eugene Brevdo2015-12-07
* | bug #1109: use noexcept instead of throw for C++11 compilersGravatar Gael Guennebaud2015-12-10
|/
* Implement wrapper for matrix-free iterative solversGravatar Gael Guennebaud2015-12-07
* Add LU::transpose().solve() and LU::adjoint().solve() API.Gravatar Gael Guennebaud2015-12-01
* Big 1009, part 2/2: add static assertion on LinearAccessBit in coeff(index)-l...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
* 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
* 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
* Update EIGEN_FAST_MATH docGravatar Gael Guennebaud2015-11-12
* Reimplement the tensor comparison operators by using the scalar_cmp_op functo...Gravatar Benoit Steiner2015-11-06
* Add support for dense.cwiseProduct(sparse)Gravatar Gael Guennebaud2015-11-04
* bug #1099: add missing incude for CUDAGravatar Gael Guennebaud2015-10-31
* Add overloads for real times sparse<complex> operations.Gravatar Gael Guennebaud2015-10-29
* CUDA support: define more accurate min/max values for device::numeric_limits ...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
* Improve readibility of EIGEN_DEBUG_ASSIGN mode.Gravatar Gael Guennebaud2015-10-27
* Fix ambiguous instantiation issues of product_evaluator.Gravatar Gael Guennebaud2015-10-14
* Add a plain_object_eval<> helper returning a plain object type based on evalu...Gravatar Gael Guennebaud2015-10-14
* Clarify note in nested_eval for evaluator creating temporaries.Gravatar Gael Guennebaud2015-10-09
* Improve documentation of TriangularView.Gravatar Gael Guennebaud2015-10-09
* Simplify EIGEN_DENSE_PUBLIC_INTERFACEGravatar Gael Guennebaud2015-10-09
* Cleanup EIGEN_SPARSE_PUBLIC_INTERFACE, it is now a simple alias to EIGEN_GENE...Gravatar Gael Guennebaud2015-10-08
* Define Permutation*<>::Scalar to 'void', re-enable scalar type compatibility ...Gravatar Gael Guennebaud2015-10-06
* bump to 3.3-alpha1Gravatar Gael Guennebaud2015-09-04
* Add a few missing EIGEN_DEVICE_FUNC declarationsGravatar Gael Guennebaud2015-09-03
* Use full packet size for Dynamic-sized objects (otherwise, the unalignedcount...Gravatar Christoph Hertzberg2015-09-02
* Fixed broken commit a09cfe650fe56b181747af04d61548800da1f72bGravatar Christoph Hertzberg2015-08-22
* std::numeric_limits doesn't work reliably on CUDA devices. Use our own defini...Gravatar Benoit Steiner2015-08-21
* Define EIGEN_MAX_STATIC_ALIGN_BYTES to 0 for architectures that don't require...Gravatar Christoph Hertzberg2015-08-17
* mergeGravatar Gael Guennebaud2015-08-16
|\
| * bug #829: Introduce macro EIGEN_HAS_CXX11_CONTAINERS and do not specialize st...Gravatar Christoph Hertzberg2015-08-14
* | Enable vectorization with half-packetsGravatar Gael Guennebaud2015-08-07
* | Mark ALignedBit as deprecated.Gravatar Gael Guennebaud2015-08-07
* | Let unpacket_traits<> exposes the required alignment and make use of it every...Gravatar Gael Guennebaud2015-08-07
* | Generalize first_aligned to take the requested alignment as a template parame...Gravatar Gael Guennebaud2015-08-06
* | First part of a big refactoring of alignment control to enable the handling o...Gravatar Gael Guennebaud2015-08-06
* | Fix logic in compute_default_alignment, extend it to Dynamic size, and move i...Gravatar Gael Guennebaud2015-08-06
* | Add a EIGEN_DEFAULT_ALIGN_BYTES macro defining default alignment for alloca a...Gravatar Gael Guennebaud2015-08-06
|/