Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
a54cea44
Commit
a54cea44
authored
Dec 16, 2021
by
Davis King
Browse files
added a comment
parent
75b3463f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
dlib/matrix/matrix_la.h
dlib/matrix/matrix_la.h
+2
-0
No files found.
dlib/matrix/matrix_la.h
View file @
a54cea44
...
@@ -160,6 +160,8 @@ namespace dlib
...
@@ -160,6 +160,8 @@ namespace dlib
/* Householder's reduction to bidiagonal form. */
/* Householder's reduction to bidiagonal form. */
g
=
x
=
0.0
;
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
();
auto
ei
=
e
.
begin
();
for
(
i
=
0
;
i
<
n
;
i
++
,
ei
++
)
for
(
i
=
0
;
i
<
n
;
i
++
,
ei
++
)
{
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment