Expand description
Triangular matrix inversion.
Functions§
- Computes the inverse of the lower triangular matrix
srcand stores the lower triangular part of the result todst. - Computes the inverse of the lower triangular matrix
src(with implicit unit diagonal) and stores the strictly lower triangular part of the result todst. - Computes the inverse of the upper triangular matrix
src(with implicit unit diagonal) and stores the strictly upper triangular part of the result todst. - Computes the inverse of the upper triangular matrix
srcand stores the upper triangular part of the result todst.