aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* | 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
| | * | | Silenced a couple of compilation warnings generated by xcodeGravatar Benoit Steiner2016-06-22
| | * | | Turned the constructor of the PerThread struct into what is effectively a con...Gravatar Benoit Steiner2016-06-22
| | * | | Handle empty tensors in the print functionsGravatar Benoit Steiner2016-06-21
| | * | | Fixed the printing of rank-0 tensorsGravatar Benoit Steiner2016-06-20
| | | | * mostly cleanups and modernizing codeGravatar Konstantinos Margaritis2016-06-19
| | | | * mostly cleanups and modernizing codeGravatar Konstantinos Margaritis2016-06-19
| | | | * fixed pexp<Packet2d>, was failing testsGravatar Konstantinos Margaritis2016-06-19
| | * | | Made log1p_impl usable inside a GPU kernelGravatar Benoit Steiner2016-06-16
* | | | | Add autodiff coverage for standard library hyperbolic functions, and tests.Gravatar Geoffrey Lalonde2016-06-15
| | | * | Fix warnings with gccGravatar Gael Guennebaud2016-06-15
| | | * | Move scalar/expr to ArrayBase and fix documentationGravatar Gael Guennebaud2016-06-15
| | | * | Propagate functor to ScalarBinaryOpTraitsGravatar Gael Guennebaud2016-06-15
| | | * | Include the cost of stores in unrolling of triangular expressions.Gravatar Gael Guennebaud2016-06-15
| | * | | Merged in ibab/eigen (pull request PR-197)Gravatar Benoit Steiner2016-06-14
| | |\ \ \
| | * | | | Avoid generating pseudo random numbers that are multiple of 5: this helpsGravatar Benoit Steiner2016-06-14
| | | | * | Cleanup useless helper: internal::product_result_scalarGravatar Gael Guennebaud2016-06-15
| | | | * | Include the cost of stores in unrolling (also fix infinite unrolling with exp...Gravatar Gael Guennebaud2016-06-15
| | | * | | Implement exclusive scan optionGravatar Igor Babuschkin2016-06-14
| | |/ / /
| | | * | mergeGravatar Gael Guennebaud2016-06-14
| | | |\ \ | | | |/ / | | |/| |
| | | * | Cleanup unused functors.Gravatar Gael Guennebaud2016-06-14
| | | * | Generalize expr/expr and scalar/expr wrt scalar types.Gravatar Gael Guennebaud2016-06-14
| | | * | Update AutoDiffScalar wrt to scalar-multiple.Gravatar Gael Guennebaud2016-06-14
| | | * | Update Tensor module to use bind1st_op and bind2nd_opGravatar Gael Guennebaud2016-06-14
| | | * | Generalize expr.pow(scalar), pow(expr,scalar) and pow(scalar,expr).Gravatar Gael Guennebaud2016-06-14
| | | * | Update doc (scalar_add_op is now deprecated)Gravatar Gael Guennebaud2016-06-14
| | | * | Implement expr+scalar, scalar+expr, expr-scalar, and scalar-expr as binary ex...Gravatar Gael Guennebaud2016-06-14
| | | * | Fix doc.Gravatar Gael Guennebaud2016-06-14