Skip to content

Commit

Permalink
update documentation for koopman modes
Browse files Browse the repository at this point in the history
  • Loading branch information
sandreza committed Dec 7, 2023
1 parent 6903ce1 commit 61ca6db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Utils/statistics.jl
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ end
- `Q::Matrix`: The generator matrix or transition matrix.
# Returns
- `V⁻¹::Matrix`: The koopman modes of the generator matrix. Each row is a koopman mode
- `W::Matrix`: The koopman modes of the generator matrix. Each column is a koopman mode
"""
function koopman_modes(Q)
Λ, W = eigen(Q')
Expand Down

0 comments on commit 61ca6db

Please sign in to comment.