sgees_

Computes the eigenvalues and Schur factorization of a general matrix, and orders the factorization so that selected eigenvalues are at the top left of the Schur form.

pure nothrow @nogc extern (C)
void
sgees_
(
ref char jobvs
,
ref char sort
,,,
float* a
,,,
float* wr
,
float* wi
,
float* vs
,,
float* work
,,,)

Meta