Skip to content

Commit 3bdf298

Browse files
committed
up
1 parent 211ac81 commit 3bdf298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/network_analysis.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ end
206206
"""
207207
fluxmat(rn::ReactionSystem, pmap = Dict(); sparse=false)
208208
209-
Return an r×c matrix K such that, if complex j is the substrate complex of reaction i, then K_{ij} = k, the rate constant for this reaction. Mostly a helper function for the network Laplacian, [`networklaplacianmat`](@ref). Has the useful property that ``\frac{dx}{dt} = S*K*Φ(x)``, where S is the [`netstoichmat`](@ref) or net stoichiometry matrix.
209+
Return an r×c matrix K such that, if complex j is the substrate complex of reaction i, then K_{ij} = k, the rate constant for this reaction. Mostly a helper function for the network Laplacian, [`networklaplacianmat`](@ref). Has the useful property that ``\frac{dx}{dt} = S*K*Φ(x)``, where S is the [`netstoichmat`](@ref) or net stoichiometry matrix and Φ(x) is the [`massactionvector`](@ref).
210210
Returns a symbolic matrix by default, but will return a numerical matrix if rate constants are specified as a `Tuple`, `Vector`, or `Dict` of symbol-value pairs via `pmap`.
211211
"""
212212
function fluxmat(rn::ReactionSystem, pmap::Dict = Dict(); sparse=false)

0 commit comments

Comments
 (0)