Stan Math Library
4.9.0
Automatic Differentiation
|
plain_type_t< T > stan::math::chol2inv | ( | const T & | L | ) |
Returns the inverse of the matrix whose Cholesky factor is L.
T | type of elements in the matrix |
L | Matrix that is a Cholesky factor. |
std::domain_error | If the input matrix is not square or lower triangular |
Definition at line 24 of file chol2inv.hpp.