Moved the operator/(Scalar,ArrayBase) into the Eigen namespace.

This commit is contained in:
Hauke Heibel 2012-03-02 16:58:12 +01:00
parent 8cb3e36e14
commit aee0db2e2c

View File

@ -71,6 +71,8 @@ namespace std
}
}
namespace Eigen
{
/**
* \brief Component-wise division of a scalar by array elements.
**/
@ -84,8 +86,6 @@ inline const Eigen::CwiseUnaryOp<Eigen::internal::scalar_inverse_mult_op<typenam
);
}
namespace Eigen
{
namespace internal
{
EIGEN_ARRAY_DECLARE_GLOBAL_EIGEN_UNARY(real,scalar_real_op)