aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Cholesky
diff options
context:
space:
mode:
authorGravatar Christoph Hertzberg <chtz@informatik.uni-bremen.de>2014-07-04 12:48:24 +0200
committerGravatar Christoph Hertzberg <chtz@informatik.uni-bremen.de>2014-07-04 12:48:24 +0200
commit3a9f9faada5de3a13611d7543014c5ef503eff58 (patch)
tree40a7dd06fe3e792c0c6bb21454fff7e0f291cb5f /Eigen/src/Cholesky
parent998455a5707e1312d3058672d6d337a20158d86e (diff)
Fix unused typedef warning
Diffstat (limited to 'Eigen/src/Cholesky')
-rw-r--r--Eigen/src/Cholesky/LDLT.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Eigen/src/Cholesky/LDLT.h b/Eigen/src/Cholesky/LDLT.h
index 67a99a0af..ef81030f8 100644
--- a/Eigen/src/Cholesky/LDLT.h
+++ b/Eigen/src/Cholesky/LDLT.h
@@ -486,7 +486,6 @@ struct solve_retval<LDLT<_MatrixType,_UpLo>, Rhs>
using std::abs;
EIGEN_USING_STD_MATH(max);
typedef typename LDLTType::MatrixType MatrixType;
- typedef typename LDLTType::Scalar Scalar;
typedef typename LDLTType::RealScalar RealScalar;
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