Remove unused typedefs and variables

This commit is contained in:
Gael Guennebaud
2014-12-11 14:35:22 +01:00
parent 58725ff08c
commit 8f87be9e03
3 changed files with 0 additions and 4 deletions

View File

@@ -110,7 +110,6 @@ void MatrixPowerAtomic<MatrixType>::compute2x2(MatrixType& res, RealScalar p) co
using std::abs;
using std::pow;
ArrayType logTdiag = m_A.diagonal().array().log();
res.coeffRef(0,0) = pow(m_A.coeff(0,0), p);
for (Index i=1; i < m_A.cols(); ++i) {