diff options
Diffstat (limited to 'eigen/Eigen/src/misc/Image.h')
-rw-r--r-- | eigen/Eigen/src/misc/Image.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/eigen/Eigen/src/misc/Image.h b/eigen/Eigen/src/misc/Image.h index 75c5f43..b8b8a04 100644 --- a/eigen/Eigen/src/misc/Image.h +++ b/eigen/Eigen/src/misc/Image.h @@ -38,7 +38,6 @@ template<typename _DecompositionType> struct image_retval_base typedef _DecompositionType DecompositionType; typedef typename DecompositionType::MatrixType MatrixType; typedef ReturnByValue<image_retval_base> Base; - typedef typename Base::Index Index; image_retval_base(const DecompositionType& dec, const MatrixType& originalMatrix) : m_dec(dec), m_rank(dec.rank()), @@ -69,7 +68,6 @@ template<typename _DecompositionType> struct image_retval_base typedef typename DecompositionType::MatrixType MatrixType; \ typedef typename MatrixType::Scalar Scalar; \ typedef typename MatrixType::RealScalar RealScalar; \ - typedef typename MatrixType::Index Index; \ typedef Eigen::internal::image_retval_base<DecompositionType> Base; \ using Base::dec; \ using Base::originalMatrix; \ |