Function sopmtr_

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

extern(C) void sopmtr_ (
  char* side,
  char* uplo,
  char* trans,
  int* m,
  int* n,
  float* ap,
  float* tau,
  float* c,
  int* ldc,
  float* work,
  int* info,
  int side_len,
  int uplo_len,
  int trans_len
);