Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Returns the inverse of the specified symmetric, pos/neg-definite matrix.
EigMat | type of elements in the matrix |
m | specified matrix |
std::invalid_argument | if the matrix is not symmetric. |
std::domain_error | if the matrix is not positive definite. |
Definition at line 23 of file inverse_spd.hpp.