![]() |
Stan Math Library
5.1.0
Automatic Differentiation
|
#include <stan/math/prim/meta.hpp>#include <stan/math/prim/fun/select.hpp>#include <stan/math/opencl/matrix_cl_view.hpp>#include <stan/math/opencl/kernel_generator/type_str.hpp>#include <stan/math/opencl/kernel_generator/name_generator.hpp>#include <stan/math/opencl/kernel_generator/operation_cl.hpp>#include <stan/math/opencl/kernel_generator/as_operation_cl.hpp>#include <stan/math/opencl/kernel_generator/common_return_scalar.hpp>#include <algorithm>#include <set>#include <string>#include <type_traits>#include <utility>Go to the source code of this file.
Classes | |
| class | stan::math::select_< T_condition, T_then, T_else > |
| Represents a selection operation in kernel generator expressions. More... | |
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. | |
Functions | |
| template<typename T_condition , typename T_then , typename T_else , require_all_kernel_expressions_t< T_condition, T_then, T_else > * = nullptr, require_any_not_arithmetic_t< T_condition, T_then, T_else > * = nullptr> | |
| select_< as_operation_cl_t< T_condition >, as_operation_cl_t< T_then >, as_operation_cl_t< T_else > > | stan::math::select (T_condition &&condition, T_then &&then, T_else &&els) |
| Selection operation on kernel generator expressions. | |