aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* | Fix support of Intel's VMLGravatar Gael Guennebaud2016-07-06
* | Fix compilation with recent updates of icc 2016Gravatar Gael Guennebaud2016-07-06
* | Improve numerical robustness of RealSchur: add scaling and compare sub-diag e...Gravatar Gael Guennebaud2016-07-06
* | Fix warning.Gravatar Gael Guennebaud2016-07-06
* | Re-enable some specializations for Assignment<.,Product<>>Gravatar Gael Guennebaud2016-07-05
* | Fix compilation with msvcGravatar Gael Guennebaud2016-07-05
* | Revert unwanted changes.Gravatar Gael Guennebaud2016-07-04
* | Fix nesting of SolveWithGuess, and add unit test.Gravatar Gael Guennebaud2016-07-04
* | Fix template resolution.Gravatar Gael Guennebaud2016-07-04
* | Add unit test for solveWithGuess, and fix template resolution.Gravatar Gael Guennebaud2016-07-04
* | Add documentation and exemples for inplace decomposition.Gravatar Gael Guennebaud2016-07-04
* | bug #707: add inplace decomposition through Ref<> for Cholesky, LU and QR dec...Gravatar Gael Guennebaud2016-07-04
* | Update relevent list of changesets.Gravatar Gael Guennebaud2016-07-04
* | asm escape was not strong enough to prevent too aggressive compiler optimizat...Gravatar Gael Guennebaud2016-07-04
* | Few fixes in perf-monitoring.Gravatar Gael Guennebaud2016-07-04
* | fix clang compilationGravatar Gael Guennebaud2016-07-04
* | Workaround compilation issue with msvcGravatar Gael Guennebaud2016-07-04
* | Fix compilation of some unit tests with msvcGravatar Gael Guennebaud2016-07-04
* | Change the semantic of the last template parameter of Assignment from "Scalar...Gravatar Gael Guennebaud2016-07-04
* | Fix performance regression in dgemm introduced by changeset 5d51a7f12c69138ed...Gravatar Gael Guennebaud2016-07-02
* | Fix performance regression introduced in changeset e56aabf205a1e8f581dd8a46d7...Gravatar Gael Guennebaud2016-07-02
* | Merged in carpent/eigen (pull request PR-204)Gravatar Gael Guennebaud2016-07-01
|\ \
* | | Made it possible to compile reductions for an old cuda architecture and run t...Gravatar Benoit Steiner2016-06-29
* | | Made the code compile when using CUDA architecture < 300Gravatar Benoit Steiner2016-06-29
* | | Merged in ibab/eigen/fix-tensor-scan-gpu (pull request PR-205)Gravatar Benoit Steiner2016-06-29
|\ \ \
| * | | Add missing CUDA kernel to tensor scan opGravatar Igor Babuschkin2016-06-29
|/ / /
| * / Use complete nested namespace Eigen::internalGravatar Justin Carpentier2016-06-28
|/ /
* | Undo changes in AltiVec --- I don't have any way to test there.Gravatar Benoit Jacob2016-06-28
* | Avoid global variables with static constructors in NEON/Complex.hGravatar Benoit Jacob2016-06-28
* | Added a test to validate the tensor scan evaluation on GPU. The test is curre...Gravatar Benoit Steiner2016-06-27
* | Don't store the scan axis in the evaluator of the tensor scan operation since...Gravatar Benoit Steiner2016-06-27
* | bug #1247: fix regression in compilation of pow(integer,integer), and add res...Gravatar Gael Guennebaud2016-06-25
* | Fix hyperbolic functions for autodiff.Gravatar Gael Guennebaud2016-06-24
* | Fix missing specialization.Gravatar Gael Guennebaud2016-06-24
* | merge pull request 198Gravatar Gael Guennebaud2016-06-24
|\ \
| * | Fix some unused typedef warnings.Gravatar Gael Guennebaud2016-06-24
| * | Fix NumTraits<AutoDiff>Gravatar Gael Guennebaud2016-06-24
| * | Fix instantiation of ScalarBinaryOpTraits for AutoDiff.Gravatar Gael Guennebaud2016-06-24
| * | Relax promote_scalar_arg logic to enable promotion to Expr::Scalar if convers...Gravatar Gael Guennebaud2016-06-24
| * | bug #1245: fix compilation with msvcGravatar Gael Guennebaud2016-06-24
| * | Return -1 from CurrentThreadId when called by thread outside the pool.Gravatar Rasmus Munk Larsen2016-06-23
| * | Resolve merge.Gravatar Rasmus Munk Larsen2016-06-23
| |\ \
| | * | Add unit test for printing empty tensorsGravatar Gael Guennebaud2016-06-23
| | * | bug #1241: does not emmit anything for empty tensorsGravatar Gael Guennebaud2016-06-23
| | * | Fix operator priorityGravatar Gael Guennebaud2016-06-23
| | * | Fix warning.Gravatar Gael Guennebaud2016-06-23
| | * | merge PR 194Gravatar Gael Guennebaud2016-06-23
| | |\ \
| | | | * fix compilation with clang 3.9, fix performance with pset1, use vector operat...Gravatar Konstantinos Margaritis2016-06-23
| | | * | Introduce a NumTraits<T>::Literal type to be used for literals, andGravatar Gael Guennebaud2016-06-23
| | * | | Biug 1242: fix comma init with empty matrices.Gravatar Gael Guennebaud2016-06-23