The OpenD Programming Language

spteqr_

Computes all eigenvalues and eigenvectors of a real symmetric positive definite tridiagonal matrix, by computing the SVD of its bidiagonal Cholesky factor.

extern (C) pure nothrow @nogc
void
spteqr_
(
ref char compz
,,
float* d
,
float* e
,
float* z
,,
float* work
,)

Meta