The OpenD Programming Language

sppequ_

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

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

Meta