eigen/Eigen/src/Householder
Gael Guennebaud 66e99ab6a1 Relax mixing-type constraints for binary coefficient-wise operators:
- Replace internal::scalar_product_traits<A,B> by Eigen::ScalarBinaryOpTraits<A,B,OP>
- Remove the "functor_is_product_like" helper (was pretty ugly)
- Currently, OP is not used, but it is available to the user for fine grained tuning
- Currently, only the following operators have been generalized: *,/,+,-,=,*=,/=,+=,-=
- TODO: generalize all other binray operators (comparisons,pow,etc.)
- TODO: handle "scalar op array" operators (currently only * is handled)
- TODO: move the handling of the "void" scalar type to ScalarBinaryOpTraits
2016-06-06 15:11:41 +02:00
..
BlockHouseholder.h Remove deprecated usage of expr::Index. 2015-02-16 14:46:51 +01:00
CMakeLists.txt add new Householder module 2009-08-03 16:06:57 +02:00
Householder.h bug #1017: apply Christoph's patch preventing underflows in makeHouseholder 2015-06-22 16:51:45 +02:00
HouseholderSequence.h Relax mixing-type constraints for binary coefficient-wise operators: 2016-06-06 15:11:41 +02:00