The OpenD Programming Language

stgsen_

Reorders the generalized real Schur decomposition of a real matrix pair (A, B) so that a selected cluster of eigenvalues appears in the leading diagonal blocks of the upper quasi-triangular matrix A and the upper triangular B.

extern (C) pure nothrow @nogc
void
stgsen_
(
ref const lapackint ijob
,
ref const lapackint wantq
,
ref const lapackint wantz
,
ref const lapackint select
,,
float* a
,,
float* b
,,
float* alphar
,
float* alphai
,
float* betav
,
float* q
,,
float* z
,,,
ref float pl
,
ref float pr
,
float* dif
,
float* work
,,,,)

Meta