The OpenD Programming Language

stpcon_

Estimates the reciprocal of the condition number of a triangular matrix in packed storage, in either the 1-norm or the infinity-norm.

extern (C) pure nothrow @nogc
void
stpcon_
(
ref char norm
,
ref char uplo
,
ref char diag
,,
float* ap
,
ref float rcond
,
float* work
,,)

Meta