Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ log_determinant() [1/2]

template<typename EigMat , require_eigen_vt< is_fvar, EigMat > * = nullptr>
value_type_t< EigMat > stan::math::log_determinant ( const EigMat &  m)
inline

Returns the log absolute determinant of the specified square matrix.

Template Parameters
EigMattype of the matrix
Parameters
mSpecified matrix.
Returns
log absolute determinant of the matrix.
Exceptions
std::domain_errorif matrix is not square.

Definition at line 16 of file log_determinant.hpp.