diff options
Diffstat (limited to 'eigen/test/adjoint.cpp')
-rw-r--r-- | eigen/test/adjoint.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/eigen/test/adjoint.cpp b/eigen/test/adjoint.cpp index bdea51c..37032d2 100644 --- a/eigen/test/adjoint.cpp +++ b/eigen/test/adjoint.cpp @@ -70,7 +70,6 @@ template<typename MatrixType> void adjoint(const MatrixType& m) Transpose.h Conjugate.h Dot.h */ using std::abs; - typedef typename MatrixType::Index Index; typedef typename MatrixType::Scalar Scalar; typedef typename NumTraits<Scalar>::Real RealScalar; typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType; |