"This notebook walks you through how to implement $ x := U^T x $ where $ U $ is upper triangular. Vector $ y $ is not to be touched (and, indeed, not even passed into the routines). This is a little ...
The operation was also divided into steps, just like we did at the BLAS solution. A temp matrix is used in calculation. Because the A matrix is upper triangular, when performing the multiplying only ...