The OpenD Programming Language

stptri_

Computes the inverse of a triangular matrix in packed storage.

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

Meta