From 17230686944e63cca8d9ce1c981d6e869fcbcb62 Mon Sep 17 00:00:00 2001 From: Hauke Heibel Date: Thu, 4 Mar 2010 18:33:51 +0100 Subject: Moved x()/y()/z() and w() access functions to DenseBase; they are now available for Arrays as well. --- Eigen/src/Core/MatrixBase.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'Eigen/src/Core/MatrixBase.h') diff --git a/Eigen/src/Core/MatrixBase.h b/Eigen/src/Core/MatrixBase.h index 9c62163ba..ac79de66d 100644 --- a/Eigen/src/Core/MatrixBase.h +++ b/Eigen/src/Core/MatrixBase.h @@ -169,15 +169,6 @@ template class MatrixBase Derived& lazyAssign(const ProductBase& other); #endif // not EIGEN_PARSED_BY_DOXYGEN - const CoeffReturnType x() const; - const CoeffReturnType y() const; - const CoeffReturnType z() const; - const CoeffReturnType w() const; - Scalar& x(); - Scalar& y(); - Scalar& z(); - Scalar& w(); - template Derived& operator+=(const MatrixBase& other); template -- cgit v1.2.3