Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Return the product of two matrices.
This version does not handle row vector times column vector
T1 | type of first matrix |
T2 | type of second matrix |
[in] | A | first matrix |
[in] | B | second matrix |
Definition at line 29 of file multiply.hpp.