The OpenD Programming Language

strtrs_

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

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

Meta