Automatic Differentiation
 
Loading...
Searching...
No Matches
stan_print.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 , require_not_container_t< T > * = nullptr, require_not_tuple_t< T > * = nullptr>
void stan::math::stan_print (std::ostream *o, const T &x)
 
template<typename EigVec , require_eigen_vector_t< EigVec > * = nullptr>
void stan::math::stan_print (std::ostream *o, const EigVec &x)
 
template<typename EigMat , require_eigen_t< EigMat > * = nullptr, require_not_eigen_vector_t< EigMat > * = nullptr>
void stan::math::stan_print (std::ostream *o, const EigMat &x)
 
template<typename T , require_tuple_t< T > * = nullptr>
void stan::math::stan_print (std::ostream *o, const T &x)