disna - multiple declarations

Function disna

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.

void disna (
  char job,
  int m,
  int n,
  float* d,
  float* sep,
  ref int info
);

Function disna

void disna (
  char job,
  int m,
  int n,
  double* d,
  double* sep,
  ref int info
);