Skip to content
This repository was archived by the owner on Nov 24, 2018. It is now read-only.

Commit 2b1fe13

Browse files
committed
Responded to PR comments
1 parent 1ac1d1e commit 2b1fe13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

native/dsytrd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
)
1111

1212
// Dsytrd reduces a symmetric n×n matrix A to symmetric tridiagonal form by an
13-
// orthogonal similarity transformation.
13+
// orthogonal similarity transformation
1414
// Q^T * A * Q = T
1515
// where Q is an orthonormal matrix and T is symmetric and tridiagonal.
1616
//

0 commit comments

Comments
 (0)