The OpenD Programming Language

ssyevx_

Computes selected eigenvalues and eigenvectors of a symmetric matrix.

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

Meta