Is there around a straightforward way to invert a triangular (upper or lower) matrix?
Hello, I'm trying to implement some basic linear algebra operations and one of these operations is the inversion of a triangular (upper and/or lower) matrix. Is there an easy and stable algorithm to do that? Thank you. ...