The OpenD Programming Language

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.

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

Meta