Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Takes Stan data type vector[n] x[D] and divides column vector in x element-wise by the values in vec.
T_x | Type of dividend |
T_v | Scalar type of divisor |
x | std::vector of matrices |
vec | std::vector of divisors |
std::invalid | argument if D != length of vector |
Definition at line 25 of file divide_columns.hpp.