ormbr - multiple declarations

Function ormbr

Multiplies a general matrix by one of the orthogonal transformation matrices from a reduction to bidiagonal form determined by SGEBRD.

void ormbr (
  char vect,
  char side,
  char trans,
  int m,
  int n,
  int k,
  float* a,
  int lda,
  float* tau,
  float* c,
  int ldc,
  float* work,
  int lwork,
  ref int info
);

Function ormbr

void ormbr (
  char vect,
  char side,
  char trans,
  int m,
  int n,
  int k,
  double* a,
  int lda,
  double* tau,
  double* c,
  int ldc,
  double* work,
  int lwork,
  ref int info
);