Solves either op(A)*trsm = alpha*x or trsm*op(A) = alpha*x for trsm.

The data types you wire to A and x determine the polymorphic instance to use.


icon

Refer to the BLAS (Basic Linear Algebra Subprograms) website at netlib.org for more information on BLAS functions.