Rev Language Reference


fnFreeK

Usage

fnFreeK(RealPos[][] transition_rates, Bool rescaled, String matrixExponentialMethod)

Arguments

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

Return Type