Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Computes the inverse of a triangular matrix.
For a full guide to how this works and fits into Cholesky decompositions, see the reference report here and kernel doc here.
A | matrix on the OpenCL device |
<code>std::invalid_argument</code> | if the matrix is not square |
Definition at line 40 of file tri_inverse.hpp.