The OpenD Programming Language

shseqr_

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

extern (C) pure nothrow @nogc
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