Home
last modified time | relevance | path

Searched refs:cubed_norm (Results 1 – 1 of 1) sorted by relevance

/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/stan/math/rev/mat/fun/
H A Dunit_vector_constrain.hpp35 const double cubed_norm = norm_ * norm_ * norm_; in chain() local
38 -= adj_ * unit_vector_y_[m] * unit_vector_y_[idx_] / cubed_norm; in chain()