The OpenD Programming Language

stgexc_

Reorders the generalized real Schur decomposition of a real matrix pair (A,B) using an orthogonal equivalence transformation so that the diagonal block of (A,B) with row index IFST is moved to row ILST.

extern (C) pure nothrow @nogc
void
stgexc_
(
ref const lapackint wantq
,
ref const lapackint wantz
,,
float* a
,,
float* b
,,
float* q
,,
float* z
,,,,
float* work
,,)

Meta