1 #ifndef STAN_MATH_FWD_MAT_FUN_CROSSPROD_HPP 2 #define STAN_MATH_FWD_MAT_FUN_CROSSPROD_HPP 11 template <
typename T,
int R,
int C>
13 const Eigen::Matrix<
fvar<T>, R, C>& m) {
15 return Eigen::Matrix<
fvar<T>, C, C>(0, 0);
Eigen::Matrix< fvar< T >, R1, C1 > multiply(const Eigen::Matrix< fvar< T >, R1, C1 > &m, const fvar< T > &c)
Eigen::Matrix< fvar< T >, C, C > crossprod(const Eigen::Matrix< fvar< T >, R, C > &m)
matrix_cl transpose(const matrix_cl &src)
Takes the transpose of the matrix on the OpenCL device.
This template class represents scalars used in forward-mode automatic differentiation, which consist of values and directional derivatives of the specified template type.