Stan  2.14.0
probability, sampling & optimization
Namespaces | Functions
is_user_defined_def.hpp File Reference
#include <stan/lang/ast.hpp>
#include <string>
#include <utility>
#include <vector>

Go to the source code of this file.

Namespaces

 stan
 Probability, optimization and sampling library.
 
 stan::lang
 

Functions

bool stan::lang::is_user_defined (const fun &fx)
 Return true if the specified function was declared in the functions block. More...
 
bool stan::lang::is_user_defined (const std::string &name, const std::vector< expression > &args)
 Return true if a function with the specified name and arguments was defined in the functions block. More...
 

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