all: fix up missing or malformatted package doc comments

This commit is contained in:
Dan Kortschak
2018-06-07 14:07:56 +09:30
committed by Dan Kortschak
parent 14efad756b
commit 9b6dcf36f0
13 changed files with 56 additions and 6 deletions

6
lapack/doc.go Normal file
View File

@@ -0,0 +1,6 @@
// Copyright ©2018 The Gonum Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// Package lapack provides interfaces for the LAPACK linear algebra standard.
package lapack // import "gonum.org/v1/gonum/lapack"