The OpenD Programming Language

ssbgst_

Reduces a real symmetric-definite banded generalized eigenproblem A x = lambda B x to standard form, where B has been factorized by SPBSTF (Crawford's algorithm).

extern (C) pure nothrow @nogc
void
ssbgst_
(
ref char vect
,
ref char uplo
,,,,
float* ab
,,
float* bb
,,
float* x
,,
float* work
,)

Meta