| | [No title] (Site not responding. Last check: 2007-11-06) |
 | | STRSM solves one of the matrix equations where alpha is a scalar, X and B are m by n matrices, A is a unit, or non-unit, upper or lower triangular matrix and op(A) is one of op(A) = A or op(A) = A'. |
 | | The matrix X is overwritten on B. On entry, SIDE specifies whether op(A) appears on the left or right of X as follows: SIDE = 'L' or 'l' op(A)*X = alpha*B. SIDE = 'R' or 'r' X*op(A) = alpha*B. Unchanged on exit. |
 | | Before entry with UPLO = 'L' or 'l', the leading k by k lower triangular part of the array A must contain the lower triangular matrix and the strictly upper triangular part of A is not referenced. |
| www.ibiblio.org /gferg/ldp/man/manl/strsm.l.html (521 words) |