ormhr - multiple declarations

Function ormhr

Multiplies a general matrix by the orthogonal transformation matrix from a reduction to Hessenberg form determined by SGEHRD.

void ormhr (
  char side,
  char trans,
  int m,
  int n,
  int ilo,
  int ihi,
  float* a,
  int lda,
  float* tau,
  float* c,
  int ldc,
  float* work,
  int lwork,
  ref int info
);

Function ormhr

void ormhr (
  char side,
  char trans,
  int m,
  int n,
  int ilo,
  int ihi,
  double* a,
  int lda,
  double* tau,
  double* c,
  int ldc,
  double* work,
  int lwork,
  ref int info
);