Compare commits

...
Author SHA1 Message Date
langou d134ca0070 Merge pull request #1362 from mgates3/bdsvdx
Scorecard supply-chain security / Scorecard analysis (push) Canceled after 0s
2026-08-21 20:23:06 -06:00
Mark Gates 525fccc323 bdsvdx: fix docs to match code, D and E are not const 2026-08-21 20:53:03 -04:00
2 changed files with 8 additions and 4 deletions
+4 -2
View File
@@ -100,17 +100,19 @@
*> The order of the bidiagonal matrix. N >= 0.
*> \endverbatim
*>
*> \param[in] D
*> \param[in,out] D
*> \verbatim
*> D is DOUBLE PRECISION array, dimension (N)
*> The n diagonal elements of the bidiagonal matrix B.
*> On exit, very small entries are set to 0.
*> \endverbatim
*>
*> \param[in] E
*> \param[in,out] E
*> \verbatim
*> E is DOUBLE PRECISION array, dimension (max(1,N-1))
*> The (n-1) superdiagonal elements of the bidiagonal matrix
*> B in elements 1 to N-1.
*> On exit, very small entries are set to 0.
*> \endverbatim
*>
*> \param[in] VL
+4 -2
View File
@@ -100,17 +100,19 @@
*> The order of the bidiagonal matrix. N >= 0.
*> \endverbatim
*>
*> \param[in] D
*> \param[in,out] D
*> \verbatim
*> D is REAL array, dimension (N)
*> The n diagonal elements of the bidiagonal matrix B.
*> On exit, very small entries are set to 0.
*> \endverbatim
*>
*> \param[in] E
*> \param[in,out] E
*> \verbatim
*> E is REAL array, dimension (max(1,N-1))
*> The (n-1) superdiagonal elements of the bidiagonal matrix
*> B in elements 1 to N-1.
*> On exit, very small entries are set to 0.
*> \endverbatim
*>
*> \param[in] VL