From 35f7829af10c61e33dd2e2a7a015058e11a11ea0 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 25 Mar 2017 14:17:07 +0100 Subject: update --- eigen/test/bandmatrix.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'eigen/test/bandmatrix.cpp') diff --git a/eigen/test/bandmatrix.cpp b/eigen/test/bandmatrix.cpp index 5e4e8e0..f8c38f7 100644 --- a/eigen/test/bandmatrix.cpp +++ b/eigen/test/bandmatrix.cpp @@ -11,7 +11,6 @@ template void bandmatrix(const MatrixType& _m) { - typedef typename MatrixType::Index Index; typedef typename MatrixType::Scalar Scalar; typedef typename NumTraits::Real RealScalar; typedef Matrix DenseMatrixType; @@ -62,8 +61,6 @@ using Eigen::internal::BandMatrix; void test_bandmatrix() { - typedef BandMatrix::Index Index; - for(int i = 0; i < 10*g_repeat ; i++) { Index rows = internal::random(1,10); Index cols = internal::random(1,10); -- cgit v1.2.3