Solve multiple right sides. If flags&UNIT then A diagonal is assumed to to unit and is not referenced. (blas.TRSM) alpha*B = A.-1*B if flags&LEFT alpha*B = A.-T*B if flags&(LEFT|TRANS) alpha*B = B*A.-1 if flags&RIGHT alpha*B = B*A.-T if flags&(RIGHT|TRANS) Matrix A is N*N triangular matrix defined
(B, A *matrix.FloatMatrix, alpha float64, flags Flags)
source not stored for this graph (policy: none)
no test coverage detected