mirror of
https://github.com/gonum/gonum.git
synced 2025-10-06 07:37:03 +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:
@@ -182,7 +182,7 @@ tests:
|
||||
}
|
||||
|
||||
// Check that the set of principal vectors is
|
||||
// orthonormal by comparing V^T*V to the identity matrix.
|
||||
// orthonormal by comparing Vᵀ*V to the identity matrix.
|
||||
I := mat.NewDiagDense(c, nil)
|
||||
for k := 0; k < c; k++ {
|
||||
I.SetDiag(k, 1)
|
||||
|
Reference in New Issue
Block a user