The OpenD Programming Language

sggbak_

Forms the right or left eigenvectors of the generalized eigenvalue problem by backward transformation on the computed eigenvectors of the balanced pair of matrices output by SGGBAL.

extern (C) pure nothrow @nogc
void
sggbak_
(
ref char job
,
ref char side
,,
ref const lapackint ilo
,
ref const lapackint ihi
,
float* lscale
,
float* rscale
,,
float* v
,,)

Meta