strsen_

Reorders the Schur factorization of a matrix in order to find an orthonormal basis of a right invariant subspace corresponding to selected eigenvalues, and returns reciprocal condition numbers (sensitivities) of the average of the cluster of eigenvalues and of the invariant subspace.

pure nothrow @nogc extern (C)
void
strsen_
(
ref char job
,
ref char compq
,
ref const lapackint select
,,
float* t
,,
float* q
,,
float* wr
,
float* wi
,,
ref float s
,
ref float sep
,
float* work
,,,,)

Meta