greta-dev / greta.dynamics

a greta extension for modelling dynamical systems
https://greta-dev.github.io/greta.dynamics/
Other
6 stars 2 forks source link

switch matrix to non-transpose so model is matrix times colvec #7

Closed jdyen closed 5 years ago

jdyen commented 5 years ago

model is now matrix(transitions) col_vec(states) rather than row_vec(states) matrix(transitions). Could possibly pass this as an argument to tf_iterate_matrix from iterate_matrix?