You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/network_analysis.jl
+9-6Lines changed: 9 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -722,21 +722,23 @@ end
722
722
"""
723
723
cycles(rs::ReactionSystem)
724
724
725
-
Returns the matrix of cycles, or right eigenvectors of the stoichiometric matrix.
725
+
Returns the matrix of cycles (or flux vectors), or reaction fluxes at steady state. These correspond to right eigenvectors of the stoichiometric matrix. Equivalent to [`fluxmodebasis`](@ref).
0 commit comments