aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* Fix compilation of BVH exampleGravatar Gael Guennebaud2016-06-14
* Add unit test for AlignedBox::centerGravatar Gael Guennebaud2016-06-14
* Add unittesting plugins to scalar_product_op and scalar_quotient_op to help c...Gravatar Gael Guennebaud2016-06-14
* Generalize coeff-wise sparse products to support different scalar typesGravatar Gael Guennebaud2016-06-14
* Set cost of constant expression to 0 (the cost should be amortized through th...Gravatar Gael Guennebaud2016-06-14
* Move MatrixBase::operaotr*(UniformScaling) as a free function in Scaling.h, a...Gravatar Gael Guennebaud2016-06-14
* Implement scalar multiples and division by a scalar as a binary-expression wi...Gravatar Gael Guennebaud2016-06-14
* Fix compilation of evaluator unit testGravatar Gael Guennebaud2016-06-14
* Add bind1st_op and bind2nd_op helpers to turn binary functors into unary ones...Gravatar Gael Guennebaud2016-06-13
* Add default template parameters for the second scalar type of binary functors.Gravatar Gael Guennebaud2016-06-13
* check for mixing types in "array / scalar" expressionsGravatar Gael Guennebaud2016-06-13
* CleanupGravatar Gael Guennebaud2016-06-10
* Add real.pow(complex), complex.pow(real) unit tests.Gravatar Gael Guennebaud2016-06-10
* Enable mixing types in numext::powGravatar Gael Guennebaud2016-06-10
* Big 279: enable mixing types for comparisons, min, and max.Gravatar Gael Guennebaud2016-06-10
* Clean handling for void type in EIGEN_CHECK_BINARY_COMPATIBILIYGravatar Gael Guennebaud2016-06-06
* Disable shortcuts for res ?= prod when the scalar types do not match exactly.Gravatar Gael Guennebaud2016-06-06
* Relax mixing-type constraints for binary coefficient-wise operators:Gravatar Gael Guennebaud2016-06-06
* Silenced compilation warningGravatar Benoit Steiner2016-06-05
* Moved static assertions into the class constructor to make the code more port...Gravatar Benoit Steiner2016-06-05
* Removed executable bits from header files.Gravatar Christoph Hertzberg2016-06-05
* Add randomized properties tests for betainc special function.Gravatar Eugene Brevdo2016-06-05
* Add TernaryFunctors and the betainc SpecialFunction.Gravatar Eugene Brevdo2016-06-02
* Disable the tensor tests when using msvc since older versions of the compiler...Gravatar Benoit Steiner2016-06-04
* Use array_prod to compute the number of elements contained in the input tenso...Gravatar Benoit Steiner2016-06-04
* Merged in ibab/eigen (pull request PR-192)Gravatar Benoit Steiner2016-06-03
|\
* | Improved the performance of full reductions.Gravatar Benoit Steiner2016-06-03
| * Add generic scan methodGravatar Igor Babuschkin2016-06-03
|/
* bug #725: make move ctor/assignment noexcept.Gravatar Gael Guennebaud2016-06-03
* Fix MatrixFunctions module.Gravatar Gael Guennebaud2016-06-03
* Fix unit test.Gravatar Gael Guennebaud2016-06-03
* Fix compilation.Gravatar Gael Guennebaud2016-06-03
* Fix compilation: Matrix does not indirectly live in the internal namespace an...Gravatar Gael Guennebaud2016-06-03
* Fix function dependenciesGravatar Gael Guennebaud2016-06-03
* Align the first element of the Waiter struct instead of padding it. This redu...Gravatar Benoit Steiner2016-06-02
* mergeGravatar Gael Guennebaud2016-06-02
|\
* | Remove dead code.Gravatar Gael Guennebaud2016-06-02
* | Implement generic scalar*expr and expr*scalar operator based on scalar_produc...Gravatar Gael Guennebaud2016-06-02
| * Add syntactic sugar to Eigen tensors to allow more natural syntax.Gravatar Rasmus Munk Larsen2016-06-02
| * Merged in ibab/eigen (pull request PR-189)Gravatar Benoit Steiner2016-06-02
|/|
* | bug #1193: fix lpNorm<Infinity> for empty input.Gravatar Gael Guennebaud2016-06-02
* | Disable MSVC's "decorated name length exceeded, name was truncated" warning i...Gravatar Gael Guennebaud2016-06-02