ormrz - multiple declarations

Function ormrz

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

Function ormrz

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

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