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
d0fae991
"tests/vscode:/vscode.git/clone" did not exist on "a3f10c2138c51035c19b0135876431bea28f4d79"
Commit
d0fae991
authored
Jul 20, 2016
by
Davis King
Browse files
merged
parents
81a40ca7
437690c3
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
dlib/filtering/rls_filter.h
dlib/filtering/rls_filter.h
+1
-1
dlib/filtering/rls_filter_abstract.h
dlib/filtering/rls_filter_abstract.h
+1
-1
No files found.
dlib/filtering/rls_filter.h
View file @
d0fae991
...
@@ -151,7 +151,7 @@ namespace dlib
...
@@ -151,7 +151,7 @@ namespace dlib
}
}
const
matrix
<
double
,
0
,
1
>&
get_predicted_next_state
(
const
matrix
<
double
,
0
,
1
>&
get_predicted_next_state
(
)
)
const
{
{
return
next
;
return
next
;
}
}
...
...
dlib/filtering/rls_filter_abstract.h
View file @
d0fae991
...
@@ -134,7 +134,7 @@ namespace dlib
...
@@ -134,7 +134,7 @@ namespace dlib
!*/
!*/
const
matrix
<
double
,
0
,
1
>&
get_predicted_next_state
(
const
matrix
<
double
,
0
,
1
>&
get_predicted_next_state
(
);
)
const
;
/*!
/*!
ensures
ensures
- returns the estimate of the next point we will observe in the
- returns the estimate of the next point we will observe in the
...
...
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