fnFreeK
transition_rates : | RealPos[][] (pass by const reference) |
Transition rates between states. | |
rescaled : | Bool (pass by value) |
Should the matrix be normalized? | |
Default : TRUE | |
matrixExponentialMethod : | String (pass by value) |
The method used to compute the matrix exponential. | |
Default : eigen | |
Options : scalingAndSquaring|scalingAndSquaringPade|scalingAndSquaringTaylor|uniformization|eigen |