19 y=
pow(
pow(K, -theta) + (
pow(n0, -theta) -
pow(K, -theta))*
exp(-(r*t)*theta), -1.0/theta);
36 y=
pow(
pow(K, -theta) + (
pow(n0, -theta) -
pow(K, -theta))*
exp(-(r*t)*theta), -1.0/theta);
178 y=
pow(
pow(K, -theta) + (
pow(n0, -theta) -
pow(K, -theta))*
exp(-(r*t)*theta), -1.0/theta);
193 y=
pow(
pow(K, -theta) + (
pow(n0, -theta) -
pow(K, -theta))*
exp(-(r*t)*theta), -1.0/theta);
Base class for dvariable.
d3_array elem_prod(const d3_array &a, const d3_array &b)
Returns d3_array results with computed elements product of a(i, j, k) * b(i, j, k).
Description not yet available.
void RETURN_ARRAYS_DECREMENT(void)
Decrements gradient_structure::RETURN_ARRAYS_PTR.
Vector of double precision numbers.
dvariable theta_logistic(const double &t, const prevariable &K, const prevariable &r, const prevariable &n0, const prevariable &theta)
theta logistic function; scalar
Description not yet available.
Description not yet available.
Description not yet available.
d3_array exp(const d3_array &arr3)
Returns d3_array results with computed exp from elements in arr3.
Description not yet available.
void RETURN_ARRAYS_INCREMENT(void)
Increments gradient_structure::RETURN_ARRAYS_PTR.
Fundamental data type for reverse mode automatic differentiation.
d3_array pow(const d3_array &m, int e)
Description not yet available.