aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
* Fix operator priorityGravatar Gael Guennebaud2016-06-23
* Fix warning.Gravatar Gael Guennebaud2016-06-23
* merge PR 194Gravatar Gael Guennebaud2016-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
* | Made log1p_impl usable inside a GPU kernelGravatar Benoit Steiner2016-06-16
| * 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
| * 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
| * 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
| * Generalize expr.pow(scalar), pow(expr,scalar) and pow(scalar,expr).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
| * 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
| * 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
* | Add missing explicit scalar conversionGravatar Gael Guennebaud2016-06-12
* | Make sure T(i+1,i)==0 when diagonalizing T(i:i+1,i:i+1)Gravatar Gael Guennebaud2016-06-11
| * CleanupGravatar 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
* | bug #1240: Remove any assumption on NEON vector types.Gravatar Gael Guennebaud2016-06-09
| * 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
* | Fix compile errors initializing packets on ARM DS-5 5.20Gravatar Sean Templeton2016-06-03
* | Make Arrays's ctor/assignment noexceptGravatar Gael Guennebaud2016-06-09
* | Take advantage that T is already diagonal in the extraction of generalized co...Gravatar Gael Guennebaud2016-06-09
* | Update RealQZ to reduce 2x2 diagonal block of T corresponding to non reduced ...Gravatar Gael Guennebaud2016-06-09
* | Fix shadow variable, and indexing.Gravatar Gael Guennebaud2016-06-09
* | Fixed type conversion from intGravatar Abhijit Kundu2016-06-08
* | Fixes for PARDISO: warnings, and defaults to metis+ in-core mode.Gravatar Gael Guennebaud2016-06-08
* | Fix extraction of complex eigenvalue pairs in real generalized eigenvalue pro...Gravatar Gael Guennebaud2016-06-08
* | Enable the vectorization of adds and mults of fp16Gravatar Benoit Steiner2016-06-07
* | Added missing EIGEN_DEVICE_FUNC qualifiers to the unary array opsGravatar Benoit Steiner2016-06-06
* | Implement result_of for the new ternary functorsGravatar Benoit Steiner2016-06-06
* | bug #1201: improve code generation of affine*vec with MSVCGravatar 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
* Add TernaryFunctors and the betainc SpecialFunction.Gravatar Eugene Brevdo2016-06-02