* Matrix-matrix product where one matrix is triangular. (L3) Trmm(A, B, alpha, side=PLeft, uplo=PLower, transA=PNoTrans, diag=PNonUnit, m=-1, n=-1, ldA=max(1,A.Rows), ldB=max(1,B.Rows), offsetA=0, offsetB=0) Computes B := alpha*A*B if transA is PNoTrans and side = PLeft B := alpha*B*A
(A, B matrix.Matrix, alpha matrix.Scalar, opts ...linalg.Option)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected