strtrs_

Solves a triangular system of linear equations AX=B, A**T X=B or A**H X=B.

pure nothrow @nogc extern (C)
void
strtrs_
(
ref char uplo
,
ref char trans
,
ref char diag
,,,
float* a
,,
float* b
,,)

Meta