The OpenD Programming Language

stbcon_

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

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

Meta