add a conj_product functor and optimize dot products

This commit is contained in:
Gael Guennebaud
2010-07-07 10:00:08 +02:00
parent f8d3b4c060
commit e38fc9692d
3 changed files with 25 additions and 2 deletions

View File

@@ -113,6 +113,7 @@ template<typename LhsScalar, typename RhsScalar, bool ConjLhs, bool ConjRhs> str
template<typename Scalar> struct ei_scalar_sum_op;
template<typename Scalar> struct ei_scalar_difference_op;
template<typename Scalar> struct ei_scalar_product_op;
template<typename Scalar> struct ei_scalar_conj_product_op;
template<typename Scalar> struct ei_scalar_quotient_op;
template<typename Scalar> struct ei_scalar_opposite_op;
template<typename Scalar> struct ei_scalar_conjugate_op;