~mmach/netext73/lapack

« back to all changes in this revision

Viewing changes to SRC/ctpmlqt.f

  • Committer: mmach
  • Date: 2019-11-24 13:54:54 UTC
  • Revision ID: netbit73@gmail.com-20191124135454-h2kzt23dekf5ib5q
3.9.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
*> \brief \b CTPMLQT
 
2
*
1
3
*  Definition:
2
4
*  ===========
3
5
*
77
79
*>
78
80
*> \param[in] V
79
81
*> \verbatim
80
 
*>          V is COMPLEX array, dimension (LDA,K)
 
82
*>          V is COMPLEX array, dimension (LDV,K)
81
83
*>          The i-th row must contain the vector which defines the
82
84
*>          elementary reflector H(i), for i = 1,2,...,k, as returned by
83
85
*>          DTPLQT in B.  See Further Details.