opmtr - multiple declarations

Function opmtr

Multiplies a general matrix by the orthogonal transformation matrix from a reduction to tridiagonal form determined by SSPTRD.

void opmtr (
  char side,
  char uplo,
  char trans,
  int m,
  int n,
  float* ap,
  float* tau,
  float* c,
  int ldc,
  float* work,
  ref int info
);

Function opmtr

void opmtr (
  char side,
  char uplo,
  char trans,
  int m,
  int n,
  double* ap,
  double* tau,
  double* c,
  int ldc,
  double* work,
  ref int info
);