Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Returns the determinant of the specified square matrix.
T | type of the matrix (must be derived from Eigen::MatrixBase ) |
m | Specified matrix. |
std::domain_error | if matrix is not square. |
Definition at line 21 of file determinant.hpp.