The OpenD Programming Language

sspevx_

Computes selected eigenvalues and eigenvectors of a symmetric matrix in packed storage.

extern (C) pure nothrow @nogc
void
sspevx_
(
ref char jobz
,
ref char range
,
ref char uplo
,,
float* ap
,
float* vl
,
float* vu
,,,
ref float abstol
,,
float* w
,
float* z
,,
float* work
,,,)

Meta