The OpenD Programming Language

stgsna_

Estimates reciprocal condition numbers for specified eigenvalues and/or eigenvectors of a matrix pair (A, B) in generalized real Schur canonical form, as returned by SGGES.

extern (C) pure nothrow @nogc
void
stgsna_
(
ref char job
,
ref char howmny
,
ref const lapackint select
,,
float* a
,,
float* b
,,
float* vl
,,
float* vr
,,
float* s
,
float* dif
,,,
float* work
,,,)

Meta