Skip to content

Instantly share code, notes, and snippets.

@bbbales2
Created May 11, 2020 20:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bbbales2/81ee3f82211f6b0b6a0e6b61ba50067d to your computer and use it in GitHub Desktop.
Save bbbales2/81ee3f82211f6b0b6a0e6b61ba50067d to your computer and use it in GitHub Desktop.
Functions in stan/math/prim using apply_scalar_unary or apply_vector_unary
These are all the files in stan/math/prim/fun that reference apply_scalar_unity:
acosh.hpp
acos.hpp
approx.hpp
asinh.hpp
asin.hpp
atanh.hpp
atan.hpp
cbrt.hpp
ceil.hpp
cloglog.hpp
cosh.hpp
cos.hpp
digamma.hpp
division.hpp
erfc.hpp
erf.hpp
exp.hpp
fabs.hpp
floor.hpp
inv.hpp
lgamma.hpp
log.hpp
logit.hpp
meta.hpp
m.hpp
Phi.hpp
p.hpp
round.hpp
sinh.hpp
sin.hpp
sqrt.hpp
square.hpp
tanh.hpp
tan.hpp
tgamma.hpp
trigamma.hpp
trunc.hpp
unary.hpp
These things have apply_vector_unary:
acos.hpp
asin.hpp
atan.hpp
ceil.hpp
cloglog.hpp
cosh.hpp
cos.hpp
exp.hpp
fabs.hpp
floor.hpp
inv.hpp
log.hpp
logit.hpp
max.hpp
mean.hpp
meta.hpp
min.hpp
round.hpp
sinh.hpp
sin.hpp
softmax.hpp
sqrt.hpp
square.hpp
tanh.hpp
tan.hpp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment