diff options
Diffstat (limited to 'eigen/test/product_syrk.cpp')
-rw-r--r-- | eigen/test/product_syrk.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/eigen/test/product_syrk.cpp b/eigen/test/product_syrk.cpp index e10f0f2..3ebbe14 100644 --- a/eigen/test/product_syrk.cpp +++ b/eigen/test/product_syrk.cpp @@ -11,7 +11,6 @@ template<typename MatrixType> void syrk(const MatrixType& m) { - typedef typename MatrixType::Index Index; typedef typename MatrixType::Scalar Scalar; typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, MatrixType::ColsAtCompileTime, RowMajor> RMatrixType; typedef Matrix<Scalar, MatrixType::ColsAtCompileTime, Dynamic> Rhs1; |