Stan Math Library  2.11.0
reverse mode automatic differentiation
Namespaces | Functions
domain_error.hpp File Reference
#include <typeinfo>
#include <string>
#include <sstream>
#include <stdexcept>

Go to the source code of this file.

Namespaces

 stan
 
 stan::math
 Matrices and templated mathematical functions.
 

Functions

template<typename T >
void stan::math::domain_error (const char *function, const char *name, const T &y, const char *msg1, const char *msg2)
 Throw a domain error with a consistently formatted message. More...
 
template<typename T >
void stan::math::domain_error (const char *function, const char *name, const T &y, const char *msg1)
 Throw a domain error with a consistently formatted message. More...
 

     [ Stan Home Page ] © 2011–2016, Stan Development Team.