fixed a typo

metadata
Wenzel Jakob 2011-02-04 12:20:22 +01:00
parent 4ec8a1dd81
commit 8ea4716dd8
1 changed files with 1 additions and 1 deletions

View File

@ -364,7 +364,7 @@ public:
}
protected:
/// Symmetric Householder reduction to tridiagonal form.
static void tred2(T V[M][N], T d[M], T e[M]);
static void tred2(T V[M][N], T d[N], T e[N]);
/// Symmetric tridiagonal QL algorithm.
static void tql2(T V[M][N], T d[N], T e[N]);