Skip to content

Commit

Permalink
blas: fix copy paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
kortschak committed Aug 19, 2019
1 parent b0ff1e7 commit 0350309
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion blas/blas32/conv.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion blas/blas64/conv.go
Expand Up @@ -169,7 +169,7 @@ func (t Band) From(a BandCols) {
}
}

// TriangularBandCols represents a symmetric matrix using the band column-major storage scheme.
// TriangularBandCols represents a triangular matrix using the band column-major storage scheme.
type TriangularBandCols TriangularBand

// From fills the receiver with elements from a. The receiver
Expand Down
2 changes: 1 addition & 1 deletion blas/cblas128/conv.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion blas/cblas64/conv.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0350309

Please sign in to comment.