mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-04-22 01:29:35 +08:00
Fix template resolution.
This commit is contained in:
parent
fbcfc2f862
commit
ec02af1047
@ -179,7 +179,7 @@ struct Assignment<DstXprType, Product<Lhs,Rhs,Options>, internal::sub_assign_op<
|
|||||||
// for instance, this is not good for inner products
|
// for instance, this is not good for inner products
|
||||||
template< typename DstXprType, typename Lhs, typename Rhs, typename AssignFunc, typename Scalar, typename ScalarBis, typename Plain>
|
template< typename DstXprType, typename Lhs, typename Rhs, typename AssignFunc, typename Scalar, typename ScalarBis, typename Plain>
|
||||||
struct Assignment<DstXprType, CwiseBinaryOp<internal::scalar_product_op<ScalarBis,Scalar>, const CwiseNullaryOp<internal::scalar_constant_op<ScalarBis>,Plain>,
|
struct Assignment<DstXprType, CwiseBinaryOp<internal::scalar_product_op<ScalarBis,Scalar>, const CwiseNullaryOp<internal::scalar_constant_op<ScalarBis>,Plain>,
|
||||||
const Product<Lhs,Rhs,DefaultProduct> >, AssignFunc, Dense2Dense, Scalar>
|
const Product<Lhs,Rhs,DefaultProduct> >, AssignFunc, Dense2Dense>
|
||||||
{
|
{
|
||||||
typedef CwiseBinaryOp<internal::scalar_product_op<ScalarBis,Scalar>,
|
typedef CwiseBinaryOp<internal::scalar_product_op<ScalarBis,Scalar>,
|
||||||
const CwiseNullaryOp<internal::scalar_constant_op<ScalarBis>,Plain>,
|
const CwiseNullaryOp<internal::scalar_constant_op<ScalarBis>,Plain>,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user