Function sgebrd_
Reduces a general rectangular matrix to real bidiagonal form by an orthogonal transformation.
extern(C) void sgebrd_
(
int* m,
int* n,
float* a,
int* lda,
float* d,
float* e,
float* tauq,
float* taup,
float* work,
int* lwork,
int* info
);