Automatic Differentiation
 
Loading...
Searching...
No Matches
type_str.hpp File Reference
#include <string>

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.
 

Macros

#define ADD_TYPE_TO_TYPE_STR(t)
 

Functions

template<typename T >
std::string stan::math::type_str ()
 Determines a string name of a type.
 
template<>
std::string stan::math::type_str< double > ()
 
template<>
std::string stan::math::type_str< int > ()
 
template<>
std::string stan::math::type_str< char > ()
 
template<>
std::string stan::math::type_str< bool > ()