diff options
Diffstat (limited to 'eigen/test/jacobi.cpp')
-rw-r--r-- | eigen/test/jacobi.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/eigen/test/jacobi.cpp b/eigen/test/jacobi.cpp index 7ccd412..319e476 100644 --- a/eigen/test/jacobi.cpp +++ b/eigen/test/jacobi.cpp @@ -14,7 +14,6 @@ template<typename MatrixType, typename JacobiScalar> void jacobi(const MatrixType& m = MatrixType()) { - typedef typename MatrixType::Index Index; Index rows = m.rows(); Index cols = m.cols(); |