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