The OpenD Programming Language

sgebrd_

Reduces a general rectangular matrix to real bidiagonal form by an orthogonal transformation.

extern (C) pure nothrow @nogc
void
sgebrd_
(,,
float* a
,,
float* d
,
float* e
,
float* tauq
,
float* taup
,
float* work
,,)

Meta