Skip to content

Commit

Permalink
Fix the transpose that created all this trouble
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanaelbosch committed Oct 10, 2023
1 parent 141a285 commit d0e590f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/priors/iwp.jl
Original file line number Diff line number Diff line change
Expand Up @@ -120,5 +120,5 @@ function make_transition_matrices!(cache, prior::IWP, dt)
# Ah = PI * A * P
@.. Ah.B = PI.B.diag * A.B * P.B.diag'
# X_A_Xt!(Qh, Q, PI)
@.. Qh.R.B = Q.R.B * PI.B.diag
@.. Qh.R.B = Q.R.B * PI.B.diag'
end

0 comments on commit d0e590f

Please sign in to comment.