Fix unused typedef warning

This commit is contained in:
Christoph Hertzberg 2014-07-04 12:48:24 +02:00
parent 998455a570
commit 3a9f9faada

View File

@ -486,7 +486,6 @@ struct solve_retval<LDLT<_MatrixType,_UpLo>, Rhs>
using std::abs; using std::abs;
EIGEN_USING_STD_MATH(max); EIGEN_USING_STD_MATH(max);
typedef typename LDLTType::MatrixType MatrixType; typedef typename LDLTType::MatrixType MatrixType;
typedef typename LDLTType::Scalar Scalar;
typedef typename LDLTType::RealScalar RealScalar; typedef typename LDLTType::RealScalar RealScalar;
const Diagonal<const MatrixType> vectorD = dec().vectorD(); const Diagonal<const MatrixType> vectorD = dec().vectorD();
// In some previous versions, tolerance was set to the max of 1/highest and the maximal diagonal entry * epsilon // In some previous versions, tolerance was set to the max of 1/highest and the maximal diagonal entry * epsilon