shseqr_

Computes the eigenvalues and Schur factorization of an upper Hessenberg matrix, using the multishift QR algorithm.

pure nothrow @nogc extern (C)
void
shseqr_
(
ref char job
,
ref char compz
,,
ref const lapackint ilo
,
ref const lapackint ihi
,
float* h
,,
float* wr
,
float* wi
,
float* z
,,
float* work
,,)

Meta