Function amici::unscaleParameters¶
Defined in File misc.h
Function Documentation¶
-
void
amici::unscaleParameters(gsl::span<const realtype> bufferScaled, gsl::span<const ParameterScaling> pscale, gsl::span<realtype> bufferUnscaled)¶ Remove parameter scaling according to the parameter scaling in pscale.
All vectors must be of same length.
- Parameters
bufferScaled: scaled parameterspscale: parameter scalingbufferUnscaled: unscaled parameters are written to the array