1 #ifndef STAN_MATH_PRIM_MAT_FUN_LOG_DETERMINANT_HPP 2 #define STAN_MATH_PRIM_MAT_FUN_LOG_DETERMINANT_HPP 17 template <
typename T,
int R,
int C>
20 return m.colPivHouseholderQr().logAbsDeterminant();
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)