Skip to content

Commit

Permalink
document restrictions on K in larfb
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Gates committed May 8, 2018
1 parent 304902b commit 29a01a3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SRC/clarfb.f
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@
*> K is INTEGER
*> The order of the matrix T (= the number of elementary
*> reflectors whose product defines the block reflector).
*> If SIDE = 'L', M >= K >= 0;
*> if SIDE = 'R', N >= K >= 0.
*> \endverbatim
*>
*> \param[in] V
Expand Down
2 changes: 2 additions & 0 deletions SRC/dlarfb.f
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@
*> K is INTEGER
*> The order of the matrix T (= the number of elementary
*> reflectors whose product defines the block reflector).
*> If SIDE = 'L', M >= K >= 0;
*> if SIDE = 'R', N >= K >= 0.
*> \endverbatim
*>
*> \param[in] V
Expand Down
2 changes: 2 additions & 0 deletions SRC/slarfb.f
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@
*> K is INTEGER
*> The order of the matrix T (= the number of elementary
*> reflectors whose product defines the block reflector).
*> If SIDE = 'L', M >= K >= 0;
*> if SIDE = 'R', N >= K >= 0.
*> \endverbatim
*>
*> \param[in] V
Expand Down
2 changes: 2 additions & 0 deletions SRC/zlarfb.f
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@
*> K is INTEGER
*> The order of the matrix T (= the number of elementary
*> reflectors whose product defines the block reflector).
*> If SIDE = 'L', M >= K >= 0;
*> if SIDE = 'R', N >= K >= 0.
*> \endverbatim
*>
*> \param[in] V
Expand Down

0 comments on commit 29a01a3

Please sign in to comment.