The OpenD Programming Language

stgevc_

Computes some or all of the right and/or left generalized eigenvectors of a pair of upper triangular matrices.

extern (C) pure nothrow @nogc
void
stgevc_
(
ref char side
,
ref char howmny
,
ref const lapackint select
,,
float* a
,,
float* b
,,
float* vl
,,
float* vr
,,,,
float* work
,)

Meta