Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Matthias Mayr
limbo
Commits
40c8551f
Commit
40c8551f
authored
Dec 18, 2017
by
Konstantinos Chatzilygeroudis
Browse files
Forgotten function in BaseMean
parent
a36d4a7c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/limbo/mean/mean.hpp
View file @
40c8551f
...
...
@@ -67,6 +67,13 @@ namespace limbo {
void
set_h_params
(
const
Eigen
::
VectorXd
&
p
)
{}
template
<
typename
GP
>
Eigen
::
MatrixXd
grad
(
const
Eigen
::
VectorXd
&
x
,
const
GP
&
gp
)
const
{
// This should never be called!
assert
(
false
);
}
protected:
size_t
_dim_out
;
};
...
...
Write
Preview
Supports
Markdown
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