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