Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Divides each column of a matrix by a vector.
T1 | Type of first matrix |
T2 | Type of second matrix |
A | first matrix |
B | Vector of elements to divide each column of A by element-wise. |
A
by B
.<code>std::invalid_argument</code> | if the input matrices do not have matching dimensions |
Definition at line 30 of file divide_columns.hpp.