ormr3 - multiple declarations

Function ormr3

Multiples a general matrix by the orthogonal matrix from an RZ factorization determined by STZRZF.

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

Function ormr3

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