Function sdisna_

Computes the reciprocal condition numbers for the eigenvectors of a real symmetric or complex Hermitian matrix or for the left or right singular vectors of a general matrix.

extern(C) void sdisna_ (
  char* job,
  int* m,
  int* n,
  float* d,
  float* sep,
  int* info,
  int job_len
);