aboutsummaryrefslogtreecommitdiffhomepage
path: root/blas/level1_cplx_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'blas/level1_cplx_impl.h')
-rw-r--r--blas/level1_cplx_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/blas/level1_cplx_impl.h b/blas/level1_cplx_impl.h
index 8d6b92829..283b9f827 100644
--- a/blas/level1_cplx_impl.h
+++ b/blas/level1_cplx_impl.h
@@ -12,7 +12,7 @@
struct scalar_norm1_op {
typedef RealScalar result_type;
EIGEN_EMPTY_STRUCT_CTOR(scalar_norm1_op)
- inline RealScalar operator() (const Scalar& a) const { return internal::norm1(a); }
+ inline RealScalar operator() (const Scalar& a) const { return numext::norm1(a); }
};
namespace Eigen {
namespace internal {