mirror of
https://github.com/gonum/gonum.git
synced 2025-10-16 04:00:48 +08:00
blas,lapack: clean up docs and comments
Apply (with manual curation after the fact): * s/^T/U+1d40/g * s/^H/U+1d34/g * s/, {2,3}if / $1/g Some additional manual editing of odd formatting.
This commit is contained in:
@@ -43,7 +43,7 @@ func DpotriTest(t *testing.T, impl Dpotrier) {
|
||||
Dlatm1(d, 3, 10000, false, 2, rnd)
|
||||
|
||||
// Construct a positive definite matrix A as
|
||||
// A = U * D * U^T
|
||||
// A = U * D * Uᵀ
|
||||
// where U is a random orthogonal matrix.
|
||||
a := make([]float64, n*lda)
|
||||
Dlagsy(n, 0, d, a, lda, rnd, make([]float64, 2*n))
|
||||
|
Reference in New Issue
Block a user