1 #ifndef STAN_MATH_FWD_MAT_FUN_LOG_DETERMINANT_HPP 2 #define STAN_MATH_FWD_MAT_FUN_LOG_DETERMINANT_HPP 14 template <
typename T,
int R,
int C>
fvar< T > fabs(const fvar< T > &x)
fvar< T > log(const fvar< T > &x)
void check_square(const char *function, const char *name, const matrix_cl &y)
Check if the matrix_cl is square.
fvar< T > log_determinant(const Eigen::Matrix< fvar< T >, R, C > &m)
fvar< T > determinant(const Eigen::Matrix< fvar< T >, R, C > &m)
This template class represents scalars used in forward-mode automatic differentiation, which consist of values and directional derivatives of the specified template type.