The OpenD Programming Language

strsna_

Estimates the reciprocal condition numbers (sensitivities) of selected eigenvalues and eigenvectors of an upper quasi-triangular matrix.

extern (C) pure nothrow @nogc
void
strsna_
(
ref char job
,
ref char howmny
,
ref const lapackint select
,,
float* t
,,
float* vl
,,
float* vr
,,
float* s
,
float* sep
,,,
float* work
,,,)

Meta