Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
sot-core
Commits
363d2953
Commit
363d2953
authored
May 23, 2019
by
Olivier Stasse
Browse files
[filter] Causal-filter fix Eigen::Index to Eigen::VectorXd::Index
parent
7934eb78
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/sot/core/causal-filter.hh
View file @
363d2953
...
...
@@ -74,9 +74,9 @@ namespace dynamicgraph {
/// Size
int
m_x_size
;
/// Size of the numerator \f$m\f$
Eigen
::
Index
m_filter_order_m
;
Eigen
::
VectorXd
::
Index
m_filter_order_m
;
/// Size of the denominator \f$n\f$
Eigen
::
Index
m_filter_order_n
;
Eigen
::
VectorXd
::
Index
m_filter_order_n
;
/// Coefficients of the numerator \f$b\f$
Eigen
::
VectorXd
m_filter_numerator
;
...
...
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