rusandris / StateTransitionNetworks.jl

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

Sparse types for measures calculations #8

Closed rusandris closed 1 month ago

rusandris commented 9 months ago

Substitute AbstractMatrix with SparseMatrixCSC{Float64, Int64} type annotations if the method does not need to be generic.

Especially sparse_log.