Skip to content

Commit

Permalink
notation change
Browse files Browse the repository at this point in the history
  • Loading branch information
sandreza committed Dec 7, 2023
1 parent 3024a33 commit 56ebf5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Utils/statistics.jl
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ end
- `V⁻¹::Matrix`: The koopman modes of the generator matrix. Each row is a koopman mode
"""
function koopman_modes(Q)
Λ, V = eigen(Q')
return V
Λ, W = eigen(Q')
return W
end

"""
Expand Down

0 comments on commit 56ebf5e

Please sign in to comment.