Fix typos in comments and documentation of LAPACK (Reference-LAPACK PR 820) (#4045)

* Fix typos in comments and documentation (Reference-LAPACK PR 820)
This commit is contained in:
Martin Kroeker
2023-05-18 16:28:20 +02:00
committed by GitHub
parent 9f2233bfdf
commit be05ba4374
198 changed files with 636 additions and 414 deletions

View File

@@ -74,7 +74,7 @@
*>
*> On exit, the tridiagonal matrix is stored in the diagonals
*> and the subdiagonals of A just below (or above) the diagonals,
*> and L is stored below (or above) the subdiaonals, when UPLO
*> and L is stored below (or above) the subdiagonals, when UPLO
*> is 'L' (or 'U').
*> \endverbatim
*>