The OpenD Programming Language

spbcon_

Estimates the reciprocal of the condition number of a symmetric positive definite band matrix, using the Cholesky factorization computed by SPBTRF.

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

Meta