Stan  2.5.0
probability, sampling & optimization
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
agrad.hpp
Go to the documentation of this file.
1 #ifndef STAN__AGRAD_HPP
2 #define STAN__AGRAD_HPP
3 
4 // This header shouldn't be included directly.
5 // For reverse mode autodiff, include:
6 // #include <stan/agrad/rev.hpp>
7 // #include <stan/agrad/rev/matrix.hpp>
8 // For forward mode autodiff, include:
9 // #include <stan/agrad/fwd.hpp>
10 // #include <stan/agrad/fwd/matrix.hpp>
11 
12 #endif

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