Commit a54cea44 authored by Davis King's avatar Davis King
Browse files

added a comment

parent 75b3463f
......@@ -160,6 +160,8 @@ namespace dlib
/* Householder's reduction to bidiagonal form. */
g = x = 0.0;
// We use *ei instead of e(i) because some versions of gcc emit a bogus warning message
// otherwise.
auto ei = e.begin();
for (i=0; i<n; i++, ei++)
{
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment