The OpenD Programming Language

sgeequ_

Computes row and column scalings to equilibrate a general rectangular matrix and reduce its condition number.

extern (C) pure nothrow @nogc
void
sgeequ_
(,,
float* a
,,
float* r
,
float* c
,
float* rowcnd
,
float* colcnd
,
float* amax
,)

Meta