aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
* Implement plog and pexp for AltiVec.Gravatar Doug Kwan2015-07-30
* bug #1053: fix SuplerLU::solve with EIGEN_DEFAULT_TO_ROW_MAJORGravatar Gael Guennebaud2015-09-03
* Fix Index vs StorageIndex naming conventionGravatar Gael Guennebaud2015-09-03
* Fix AMD ordering when a column has only one off-diagonal non-zero (also fix b...Gravatar Gael Guennebaud2015-09-03
* Use full packet size for Dynamic-sized objects (otherwise, the unalignedcount...Gravatar Christoph Hertzberg2015-09-02
* Since there is no reason for evaluators to be nested by reference, let's remo...Gravatar Gael Guennebaud2015-09-02
* Make evaluators non-copyable. This guarantee that evaluators storing temporar...Gravatar Gael Guennebaud2015-09-02
* Cleaning pass on evaluators: remove the useless and error prone evaluator<>::...Gravatar Gael Guennebaud2015-09-02
* Fix LSCG::solve with a sparse destination.Gravatar Gael Guennebaud2015-09-02
* Remove deprecated Flagged expression.Gravatar Gael Guennebaud2015-09-02
* bug #505: add more examples of bad and correct usages of auto and eval().Gravatar Gael Guennebaud2015-09-02
* bug #1057: fix a declaration missmatch with MSVCGravatar Gael Guennebaud2015-09-02
* Fix FullPivLU::image documentationGravatar Gael Guennebaud2015-09-02
* Simplify implementation of the evaluation's iterator of Sparse*Diagonal produ...Gravatar Gael Guennebaud2015-09-01
* Remove duplicated temporary in Sparse to Sparse assignmentGravatar Gael Guennebaud2015-09-01
* Add missing specialization of evaluator of sub-sparse-matrices that can be se...Gravatar Gael Guennebaud2015-09-01
* nvcc doesn't support std::min or std::max on GPU. Use our own custom implemen...Gravatar Benoit Steiner2015-08-27
* fixed Quaternion identity initialization for non-implicitly convertible typesGravatar Sergiu Dotenco2015-08-20
* 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
* 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
* Define EIGEN_VECTORIZE_AVX2 and EIGEN_VECTORIZE_FMA when the corresponding in...Gravatar Benoit Steiner2015-07-22
* Remove wrongly pushed debugging statementsGravatar Gael Guennebaud2015-07-22
* Fixed some compiler bugs in NVCC, now compiles with CUDA.Gravatar Jonas Adler2015-07-22