metrumresearchgroup / mrgsolve

Simulate from ODE-based population PK/PD and QSP models in R
https://mrgsolve.org
129 stars 36 forks source link

mrgsolve transport - don't write off diagonals for diagonal matrices #1214

Open kylebaron opened 1 month ago

kylebaron commented 1 month ago

Currently, we take the upper triangle and always code it as a block matrix. We can check off-diagonals and skip those (and the @block tag) if appropriate.