aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/MatrixBase.h
diff options
context:
space:
mode:
authorGravatar Chen-Pang He <jdh8@ms63.hinet.net>2012-08-28 01:55:13 +0800
committerGravatar Chen-Pang He <jdh8@ms63.hinet.net>2012-08-28 01:55:13 +0800
commitba4e886376382ca29b5ae6b9f31b869805ab415a (patch)
tree1fc07956bc2ec7b7ba66072650406066531f6534 /Eigen/src/Core/MatrixBase.h
parent5252d823c92dd2db388869e097eac9b1501488ce (diff)
Tidy up and write dox.
Diffstat (limited to 'Eigen/src/Core/MatrixBase.h')
-rw-r--r--Eigen/src/Core/MatrixBase.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Eigen/src/Core/MatrixBase.h b/Eigen/src/Core/MatrixBase.h
index 576c5d25b..c00c1488c 100644
--- a/Eigen/src/Core/MatrixBase.h
+++ b/Eigen/src/Core/MatrixBase.h
@@ -454,8 +454,7 @@ template<typename Derived> class MatrixBase
const MatrixFunctionReturnValue<Derived> sin() const;
const MatrixSquareRootReturnValue<Derived> sqrt() const;
const MatrixLogarithmReturnValue<Derived> log() const;
- template <typename ExponentType>
- const MatrixPowerReturnValue<Derived, ExponentType> pow(const ExponentType& p) const;
+ const MatrixPowerReturnValue<Derived> pow(RealScalar p) const;
#ifdef EIGEN2_SUPPORT
template<typename ProductDerived, typename Lhs, typename Rhs>