poequ - multiple declarations

Function poequ

void poequ (
  int n,
  std.complex.Complex!(double)* a,
  int lda,
  double* s,
  double* scond,
  double* amax,
  ref int info
);

Function poequ

void poequ (
  int n,
  std.complex.Complex!(float)* a,
  int lda,
  float* s,
  float* scond,
  float* amax,
  ref int info
);

Function poequ

void poequ (
  int n,
  double* a,
  int lda,
  double* s,
  double* scond,
  double* amax,
  ref int info
);

Function poequ

Computes row and column scalings to equilibrate a symmetric positive definite matrix and reduce its condition number.

void poequ (
  int n,
  float* a,
  int lda,
  float* s,
  float* scond,
  float* amax,
  ref int info
);