other versions
| sormr2.f(3) | LAPACK | sormr2.f(3) | 
NAME¶
sormr2.f
SYNOPSIS¶
Functions/Subroutines¶
subroutine sormr2 (SIDE, TRANS, M, N, K, A,
    LDA, TAU, C, LDC, WORK, INFO)
  
  SORMR2 multiplies a general matrix by the orthogonal matrix from a RQ
    factorization determined by sgerqf (unblocked algorithm).
  
Author¶
Generated automatically by Doxygen for LAPACK from the source code.
| Wed May 24 2017 | Version 3.7.0 |