Closed rusandris closed 8 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.
normalize_rows!
calculate_transition_matrix(Q::AbstractMatrix;...)
transition_matrix.jl
calculate_transition_matrix in-place and out-of-place versions have been added to transition_matrix.jl
calculate_transition_matrix
New
normalize_rows!
should replace the older inefficient methodcalculate_transition_matrix(Q::AbstractMatrix;...)
intransition_matrix.jl
. New name is also more descriptive.