The OpenD Programming Language

sspgvd_

Computes all eigenvalues and eigenvectors of a generalized symmetric-definite generalized eigenproblem, Ax= lambda Bx, ABx= lambda x, or BAx= lambda x, where A and B are in packed storage. If eigenvectors are desired, it uses a divide and conquer algorithm.

extern (C) pure nothrow @nogc
void
sspgvd_
(,
ref char jobz
,
ref char uplo
,,
float* ap
,
float* bp
,
float* w
,
float* z
,,
float* work
,,,,)

Meta