The OpenD Programming Language

sgtcon_

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

extern (C) pure nothrow @nogc
void
sgtcon_
(
ref char norm
,,
float* dl
,
float* d
,
float* du
,
float* du2
,,
float* anorm
,
ref float rcond
,
float* work
,,)

Meta