Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Return true if any values in the input are true.
Overload for a std::vector/nested inputs. The Eigen::Map/apply_vector_unary approach cannot be used as std::vector<bool> types do not have a .data() member and are not always stored contiguously.
InnerT | Type within std::vector |
x | Nested container of boolean inputs |