Dox in MatrixFunctions

This commit is contained in:
jdh8
2012-08-19 18:12:04 +08:00
parent 15dabd4db7
commit 573d88f81c
4 changed files with 85 additions and 12 deletions

View File

@@ -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;