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
DynareJulia
KalmanFilterTools.jl
Commits
e83671e1
Commit
e83671e1
authored
Jun 01, 2020
by
Michel Juillard
Browse files
debugging get_epsilon
parent
3306088f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/kalman_base.jl
View file @
e83671e1
...
...
@@ -50,6 +50,9 @@ function get_epsilonh!(epsilon::AbstractVector{U}, H::AbstractMatrix{U},
tmp2
::
AbstractVector
{
U
})
where
U
<:
AbstractFloat
copy!
(
tmp1
,
iFv
)
mul!
(
tmp1
,
transpose
(
K
),
r
,
-
1.0
,
1.0
)
@show
epsilon
@show
H
@show
tmp1
mul!
(
epsilon
,
H
,
tmp1
)
end
...
...
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