chickadee » blas » ztrmm

ztrmm:procedure

xTRMM performs matrix-matrix multiply operation of the form B := alpha*op( A )*B or B := alpha*B*op( A ).

ALPHA is a scalar, A is an upper or lower triangular matrix, and B is an M x N matrix.