The OpenD Programming Language

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.

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

Meta