The OpenD Programming Language

sgebak_

Transforms eigenvectors of a balanced matrix to those of the original matrix supplied to SGEBAL.

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

Meta