We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
We should have inv_tri_low(x) = inverse(x) for x a lower triangular matrix.
inv_tri_low(x) = inverse(x)
x
It's for more efficiency and simpler derivatives.
v3.2.0