sgbcon_

Estimates the reciprocal of the condition number of a general band matrix, in either the 1-norm or the infinity-norm, using the LU factorization computed by SGBTRF.

pure nothrow @nogc extern (C)
void
sgbcon_
(
ref char norm
,,,,
float* ab
,,,
float* anorm
,
ref float rcond
,
float* work
,,)

Meta