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

◆ log_determinant_spd() [1/2]

template<typename EigMat , require_eigen_t< EigMat > * = nullptr, require_not_vt_var< EigMat > * = nullptr>
value_type_t< EigMat > stan::math::log_determinant_spd ( const EigMat &  m)
inline

Returns the log absolute determinant of the specified square matrix.

Template Parameters
Ttype of the matrix
Parameters
mspecified matrix
Returns
log absolute determinant of the matrix
Exceptions
std::domain_errorif matrix is not square and symmetric

Definition at line 25 of file log_determinant_spd.hpp.