orgbr - multiple declarations

Function orgbr

Generates the orthogonal transformation matrices from a reduction to bidiagonal form determined by SGEBRD.

void orgbr (
  char vect,
  int m,
  int n,
  int k,
  float* a,
  int lda,
  float* tau,
  float* work,
  int lwork,
  ref int info
);

Function orgbr

void orgbr (
  char vect,
  int m,
  int n,
  int k,
  double* a,
  int lda,
  double* tau,
  double* work,
  int lwork,
  ref int info
);