rusandris / StateTransitionNetworks.jl

Toolkit for dynamics on state transition networks
1 stars 0 forks source link

New `normalize_rows!` should replace older method #13

Closed rusandris closed 6 months ago

rusandris commented 6 months ago

New normalize_rows! should replace the older inefficient method calculate_transition_matrix(Q::AbstractMatrix;...) in transition_matrix.jl. New name is also more descriptive.

rusandris commented 6 months ago

calculate_transition_matrix in-place and out-of-place versions have been added to transition_matrix.jl