The OpenD Programming Language

chbgst_

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

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

Meta