Automatic Differentiation
 
Loading...
Searching...
No Matches
offset_multiplier_free.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  stan
 The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation from C or the boost::math::lgamma implementation.
 
namespace  stan::math
 Matrices and templated mathematical functions.
 

Functions

template<typename T , typename M , typename S >
auto stan::math::offset_multiplier_free (const T &y, const M &mu, const S &sigma)
 Return the unconstrained variable that transforms to the specified offset and multiplier constrained variable given the specified offset and multiplier.
 
template<typename T , typename M , typename S , require_all_not_std_vector_t< M, S > * = nullptr>
auto stan::math::offset_multiplier_free (const std::vector< T > &x, const M &mu, const S &sigma)
 Overload for array of x and non-array mu and sigma.
 
template<typename T , typename M , typename S , require_not_std_vector_t< M > * = nullptr>
auto stan::math::offset_multiplier_free (const std::vector< T > &x, const M &mu, const std::vector< S > &sigma)
 Overload for array of x and sigma and non-array mu.
 
template<typename T , typename M , typename S , require_not_std_vector_t< S > * = nullptr>
auto stan::math::offset_multiplier_free (const std::vector< T > &x, const std::vector< M > &mu, const S &sigma)
 Overload for array of x and mu and non-array sigma.
 
template<typename T , typename M , typename S >
auto stan::math::offset_multiplier_free (const std::vector< T > &x, const std::vector< M > &mu, const std::vector< S > &sigma)
 Overload for array of x, mu, and sigma.