aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src
Commit message (Expand)AuthorAge
* std::numeric_limits doesn't work reliably on CUDA devices. Use our own defini...Gravatar Benoit Steiner2015-08-21
* bug #1043: Avoid integer conversion sign warningGravatar Christoph Hertzberg2015-08-19
* surpress some warningsGravatar Christoph Hertzberg2015-08-17
* Define EIGEN_MAX_STATIC_ALIGN_BYTES to 0 for architectures that don't require...Gravatar Christoph Hertzberg2015-08-17
* mergeGravatar Gael Guennebaud2015-08-16
|\
| * Protect further isnan/isfinite/isinf callsGravatar Christoph Hertzberg2015-08-16
| * Protect all calls to isnan, isinf and isfinite with parentheses.Gravatar Christoph Hertzberg2015-08-14
| * bug #829: Introduce macro EIGEN_HAS_CXX11_CONTAINERS and do not specialize st...Gravatar Christoph Hertzberg2015-08-14
* | mergeGravatar Gael Guennebaud2015-08-09
|\|
| * bug #1053: SparseLU failed with EIGEN_DEFAULT_TO_ROW_MAJORGravatar Christoph Hertzberg2015-08-07
* | Enable vectorization with half-packetsGravatar Gael Guennebaud2015-08-07
* | Fix prototype of plset and generalize linspace functor.Gravatar Gael Guennebaud2015-08-07
* | Some functors were not generic wrt packet-type.Gravatar Gael Guennebaud2015-08-07
* | Include SSE packetmath when AVX is enabled, and enable AVX's sine function on...Gravatar Gael Guennebaud2015-08-07
* | Allow to use arbitrary packet-types during evaluation.Gravatar 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
* | Enable runtime stack alignment in gemm_blocking_space.Gravatar Gael Guennebaud2015-08-06
* | Add a EIGEN_DEFAULT_ALIGN_BYTES macro defining default alignment for alloca a...Gravatar Gael Guennebaud2015-08-06
|/
* Propagate precondition info to the iterative solver.Gravatar Gael Guennebaud2015-08-04
* typoGravatar Gael Guennebaud2015-07-29
* bug #973: update macro-level control of alignement by introducing user-contro...Gravatar Gael Guennebaud2015-07-29
* bug #1047: document the structure layout of class MatrixGravatar Gael Guennebaud2015-07-29
* bug #1048: fix unused variable warningGravatar Gael Guennebaud2015-07-28
* bug #792: SparseLU::factorize failed for structurally rank deficient matricesGravatar Christoph Hertzberg2015-07-26
* Remove wrongly pushed debugging statementsGravatar Gael Guennebaud2015-07-22
* Fixed some compiler bugs in NVCC, now compiles with CUDA.Gravatar Jonas Adler2015-07-22
* Made sure that the use const expressions are not enabled when compiling with ...Gravatar Benoit Steiner2015-07-21
* Fix compilation of tri(sparse) * dense with OpenMPGravatar Gael Guennebaud2015-07-21
* Generalize pow(x,e) such that x and e can be a different expression type or a...Gravatar Gael Guennebaud2015-07-20
* Fix compilation of isnan(complex)Gravatar Gael Guennebaud2015-07-20
* Add support for replicate in CUDAGravatar Gael Guennebaud2015-07-20
* Added support for prefetching on cuda devicesGravatar Benoit Steiner2015-07-17
* Added support for sigmoid function to the tensor moduleGravatar Benoit Steiner2015-07-17
* Fixed a typo in Macro.hGravatar Benoit Steiner2015-07-16
* Clean some previous changes and more cuda fixesGravatar Gael Guennebaud2015-07-15
* Merged eigen/eigen into defaultGravatar Nicolas Mellado2015-07-15
|\
* | Add missing EIGEN_DEVICE_FUNCGravatar Nicolas Mellado2015-07-15
| * bug #1039: Redefining EIGEN_DEFAULT_DENSE_INDEX_TYPE may lead to errorsGravatar Christoph Hertzberg2015-07-13
* | CleaningGravatar Nicolas Mellado2015-07-11
* | Revert files to remove EIGEN_USING_NUMEXT_MATHGravatar Nicolas Mellado2015-07-11
* | Replace double constants by Scalar constantsGravatar Nicolas Mellado2015-07-11
* | Cuda compatibility: remove explicit call to std math functionsGravatar Nicolas Mellado2015-07-11
* | Merged eigen/eigen into defaultGravatar Nicolas Mellado2015-07-11
|\|
| * Use NumTraits<T>::RequireInitialization instead of internal::is_arithmetic<T>...Gravatar Benoit Steiner2015-07-07
| * Updated internal::is_arithmetic::value to be true for complex numbersGravatar Benoit Steiner2015-07-07
| * typoGravatar Gael Guennebaud2015-07-07