mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
added a comment
This commit is contained in:
parent
75b3463fa7
commit
a54cea44ae
@ -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++)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user