aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util/ForwardDeclarations.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2016-06-10 15:58:04 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2016-06-10 15:58:04 +0200
commit5fdd7036293aef88e5bdfe30acc74206486d82af (patch)
treeb309049aabdb3383037707bee6f538b02a25665f /Eigen/src/Core/util/ForwardDeclarations.h
parent2e238bafb69ab0ee2ab2e682d5ac1a43376f9496 (diff)
Enable mixing types in numext::pow
Diffstat (limited to 'Eigen/src/Core/util/ForwardDeclarations.h')
-rw-r--r--Eigen/src/Core/util/ForwardDeclarations.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Eigen/src/Core/util/ForwardDeclarations.h b/Eigen/src/Core/util/ForwardDeclarations.h
index 340d1f3a5..760d6bcf6 100644
--- a/Eigen/src/Core/util/ForwardDeclarations.h
+++ b/Eigen/src/Core/util/ForwardDeclarations.h
@@ -217,6 +217,7 @@ template<typename LhsScalar,typename RhsScalar=LhsScalar> struct scalar_product_
template<typename LhsScalar,typename RhsScalar=LhsScalar> struct scalar_quotient_op;
template<typename LhsScalar,typename RhsScalar> struct scalar_multiple2_op;
template<typename LhsScalar,typename RhsScalar> struct scalar_quotient2_op;
+template<typename ScalarX, typename ScalarY> struct scalar_binary_pow_op;
} // end namespace internal