Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
one more typo
  • Loading branch information
isaacsas committed Sep 13, 2021
commit 5f87b4889af410f0923424a5e52c393adf958ade
2 changes: 1 addition & 1 deletion src/networkapi.jl
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ Notes:
= B_{i j}, &\text{otherwise.}
\end{cases}
```
- Set sparse=true for a spe matrix representation
- Set sparse=true for a sparse matrix representation
"""
function complexoutgoingmat(rn::ReactionSystem; sparse=false, B=reactioncomplexes(rn,sparse=sparse)[2])
sparse ? complexoutgoingmat(SparseMatrixCSC{Int,Int}, rn, B) :
Expand Down