Fix typos in comments (Reference-LAPACK 811)

This commit is contained in:
Martin Kroeker
2023-05-16 20:01:47 +02:00
committed by GitHub
parent c5f7e46526
commit 02efa8d6be
16 changed files with 38 additions and 26 deletions

View File

@@ -133,6 +133,7 @@
*>
*> \param[in] LWORK
*> \verbatim
*> LWORK is INTEGER
*> The dimension of the array WORK. LWORK >= (M+NB)*N.
*> If LWORK = -1, then a workspace query is assumed.
*> The routine only calculates the optimal size of the WORK
@@ -301,4 +302,4 @@
*
* End of SORGTSQR
*
END
END