The OpenD Programming Language

sspgst_

Reduces a symmetric-definite generalized eigenproblem Ax= lambda Bx, ABx= lambda x, or BAx= lambda x, to standard form, where A and B are held in packed storage, and B has been factorized by SPPTRF.

extern (C) pure nothrow @nogc
void
sspgst_
(,
ref char uplo
,,
float* ap
,
float* bp
,)

Meta