aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h
diff options
context:
space:
mode:
authorGravatar jdh8 <jdh8@acer.fedora>2012-08-19 18:12:04 +0800
committerGravatar jdh8 <jdh8@acer.fedora>2012-08-19 18:12:04 +0800
commit573d88f81cebc3ccf257287f32d26960f8f3f8b1 (patch)
treef0c538c7ecdb2b44238e02a7b29bcbd7cbbcc1c1 /unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h
parent15dabd4db746755d754b71b27396a9f136320d9a (diff)
Dox in MatrixFunctions
Diffstat (limited to 'unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h')
-rw-r--r--unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h b/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h
index f237b9cdc..781d7bf93 100644
--- a/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h
+++ b/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h
@@ -217,7 +217,7 @@ int MatrixLogarithmAtomic<MatrixType>::getPadeDegree(long double normTminusI)
3.6688019729653446926585242192447447e-2L, 5.9290962294020186998954055264528393e-2L,
8.6998436081634343903250580992127677e-2L, 1.1880960220216759245467951592883642e-1L };
#endif
- int degree = 3
+ int degree = 3;
for (; degree <= maxPadeDegree; ++degree)
if (normTminusI <= maxNormForPade[degree - minPadeDegree])
break;