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
62e9cf47
Commit
62e9cf47
authored
Aug 01, 2018
by
Davis King
Browse files
Fixed spelling and tabbing
parent
e3f984a2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
46 additions
and
46 deletions
+46
-46
dlib/matrix/matrix_la.h
dlib/matrix/matrix_la.h
+46
-46
No files found.
dlib/matrix/matrix_la.h
View file @
62e9cf47
...
@@ -1235,7 +1235,7 @@ escape_banded_detection:
...
@@ -1235,7 +1235,7 @@ escape_banded_detection:
#else
#else
// Peform compact Cholesky
// Pe
r
form compact Cholesky
for
(
long
k
=
0
;
k
<
A
.
nr
();
++
k
)
for
(
long
k
=
0
;
k
<
A
.
nr
();
++
k
)
{
{
long
last
=
std
::
min
(
k
+
bandwidth
,
A
.
nr
()
-
1
)
-
k
;
long
last
=
std
::
min
(
k
+
bandwidth
,
A
.
nr
()
-
1
)
-
k
;
...
...
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