The OpenD Programming Language

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.

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

Meta