trsna - multiple declarations

Function trsna

void trsna (
  char job,
  char howmny,
  int select,
  int n,
  std.complex.Complex!(double)* t,
  int ldt,
  std.complex.Complex!(double)* vl,
  int ldvl,
  std.complex.Complex!(double)* vr,
  int ldvr,
  double* s,
  double* sep,
  int mm,
  int m,
  std.complex.Complex!(double)* work,
  int ldwork,
  double* rwork,
  ref int info
);

Function trsna

void trsna (
  char job,
  char howmny,
  int select,
  int n,
  std.complex.Complex!(float)* t,
  int ldt,
  std.complex.Complex!(float)* vl,
  int ldvl,
  std.complex.Complex!(float)* vr,
  int ldvr,
  float* s,
  float* sep,
  int mm,
  int m,
  std.complex.Complex!(float)* work,
  int ldwork,
  float* rwork,
  ref int info
);

Function trsna

void trsna (
  char job,
  char howmny,
  int select,
  int n,
  double* t,
  int ldt,
  double* vl,
  int ldvl,
  double* vr,
  int ldvr,
  double* s,
  double* sep,
  int mm,
  int m,
  double* work,
  int ldwork,
  int* iwork,
  ref int info
);

Function trsna

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

void trsna (
  char job,
  char howmny,
  int select,
  int n,
  float* t,
  int ldt,
  float* vl,
  int ldvl,
  float* vr,
  int ldvr,
  float* s,
  float* sep,
  int mm,
  int m,
  float* work,
  int ldwork,
  int* iwork,
  ref int info
);