Stan Math Library  2.20.0
reverse mode automatic differentiation
constants.hpp
Go to the documentation of this file.
1 #ifndef STAN_MATH_OPENCL_CONSTANTS_HPP
2 #define STAN_MATH_OPENCL_CONSTANTS_HPP
3 #ifdef STAN_OPENCL
4 namespace stan {
5 namespace math {
6 enum class TriangularViewCL { Lower = 0, Upper = 1, Entire = 2 };
7 enum class TriangularMapCL { UpperToLower = 0, LowerToUpper = 1 };
8 } // namespace math
9 } // namespace stan
10 #endif
11 #endif

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