triinv function triinv(L:RealMatrixLike) -> RealMatrixLike Inverse of a triangular matrix. L Lower-triangular matrix L. Returns Result L^{-1}.