The OpenD Programming Language

sggsvp_

Computes orthogonal matrices as a preprocessing step for computing the generalized singular value decomposition

extern (C) pure nothrow @nogc
void
sggsvp_
(
ref char jobu
,
ref char jobv
,
ref char jobq
,,,,
float* a
,
float* b
,,
float* tola
,
float* tolb
,,,
float* v
,,
float* q
,,,
float* tau
,
float* work
,)

Meta