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

◆ mdivide_left_tri_low() [7/9]

template<typename T , require_all_kernel_expressions_and_none_scalar_t< T > * = nullptr>
var_value< matrix_cl< double > > stan::math::mdivide_left_tri_low ( const var_value< T > &  A)
inline

Returns the solution of the system Ax=b when A is triangular and b=I.

Template Parameters
Ttype of elements in A
Parameters
ATriangular matrix.
Returns
x = A^-1 .
Exceptions
std::domain_errorif A is not square

Definition at line 65 of file mdivide_left_tri_low.hpp.