The OpenD Programming Language

sptcon_

Computes the reciprocal of the condition number of a symmetric positive definite tridiagonal matrix, using the LDL**H factorization computed by SPTTRF.

extern (C) pure nothrow @nogc
void
sptcon_
(,
float* d
,
float* e
,
float* anorm
,
ref float rcond
,
float* work
,)

Meta