other versions
| ctpqrt2.f(3) | LAPACK | ctpqrt2.f(3) | 
NAME¶
ctpqrt2.f
SYNOPSIS¶
Functions/Subroutines¶
subroutine ctpqrt2 (M, N, L, A, LDA, B,
    LDB, T, LDT, INFO)
  
  CTPQRT2 computes a QR factorization of a real or complex
    'triangular-pentagonal' matrix, which is composed of a triangular block and
    a pentagonal block, using the compact WY representation for Q.
  
Author¶
Generated automatically by Doxygen for LAPACK from the source code.
| Wed May 24 2017 | Version 3.7.0 |