Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Specialization for use with three Eigen inputs.
Eigen's ternaryExpr framework is used for more efficient indexing of both row- and column-major inputs without separate loops.
T1 | Eigen type of first argument to which functor is applied. |
T2 | Eigen type Type of second argument to which functor is applied. |
T3 | Eigen type of third argument to which functor is applied. |
F | Type of functor to apply. |
x | First Eigen input to which operation is applied. |
y | Second Eigen input to which operation is applied. |
z | Third Eigen input to which operation is applied. |
f | functor to apply to Eigen input. |
Definition at line 61 of file apply_scalar_ternary.hpp.