Function cpteqr_

extern(C) void cpteqr_ (
  char* compz,
  int* n,
  float* d,
  float* e,
  std.complex.Complex!(float)* z,
  int* ldz,
  float* work,
  int* info,
  int compz_len
);