From: W E. W. <wew...@gm...> - 2007-01-29 16:09:57
|
Hi... It might be that I have asked this question a few months ago on this list but can not recall the answer... My question is with regard to: integratorInstance->data ->nsens integratorInstance->data->neq integratorInstance->data->sensitivity where data is cvodeData. The model I have 5 global parameters and 8 (outputs) equations, than: neq == 8 True nsens == 5 False nsens is 6.... what the 6 th sensitivity stands for? and the dimension of integratorInstance->data->sensitivity is neq x nsens and are the rows 2-6 or the 1-5 are those i am looking for? Eryk |