sppequ_

Computes row and column scalings to equilibrate a symmetric positive definite matrix in packed storage and reduce its condition number.

pure nothrow @nogc extern (C)
void
sppequ_
(
ref char uplo
,,
float* ap
,
float* s
,
float* scond
,
float* amax
,)

Meta