The OpenD Programming Language

sgeesx_

Computes the eigenvalues and Schur factorization of a general matrix, orders the factorization so that selected eigenvalues are at the top left of the Schur form, and computes reciprocal condition numbers for the average of the selected eigenvalues, and for the associated right invariant subspace.

extern (C) pure nothrow @nogc
void
sgeesx_
(
ref char jobvs
,
ref char sort
,
FCB_SGEESX_SELECT select
,
ref char sense
,,
float* a
,,,
float* wr
,
float* wi
,
float* vs
,,
ref float rconde
,
ref float rcondv
,
float* work
,,,,,)

Meta