stptrs_

Solves a triangular system of linear equations AX=B, A**T X=B or A**H X=B, where A is held in packed storage.

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

Meta