mirror of
https://github.com/gonum/gonum.git
synced 2025-10-22 06:39:26 +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:
@@ -108,7 +108,7 @@ func DlarfgTest(t *testing.T, impl Dlarfger) {
|
||||
blas64.Gemm(blas.Trans, blas.NoTrans, 1, hmat, hmat, 0, eye)
|
||||
dist := distFromIdentity(n, eye.Data, n)
|
||||
if dist > tol {
|
||||
t.Errorf("H^T * H is not close to I, dist=%v", dist)
|
||||
t.Errorf("Hᵀ * H is not close to I, dist=%v", dist)
|
||||
}
|
||||
|
||||
xVec := blas64.Vector{
|
||||
|
Reference in New Issue
Block a user