rusandris / StateTransitionNetworks.jl

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

Sparse types for measures calculations #8

Open rusandris opened 6 months ago

rusandris commented 6 months ago

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

Especially sparse_log.