1#ifndef STAN_MATH_FWD_CORE_OPERATOR_MULTIPLICATION_HPP
2#define STAN_MATH_FWD_CORE_OPERATOR_MULTIPLICATION_HPP
complex_return_t< U, V > complex_multiply(const U &lhs, const V &rhs)
Return the product of the specified arguments.
fvar< T > operator*(const fvar< T > &x, const fvar< T > &y)
Return the product of the two arguments.
The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation ...
Scalar val_
The value of this variable.
Scalar d_
The tangent (derivative) of this variable.
This template class represents scalars used in forward-mode automatic differentiation,...