mirror of
https://github.com/gonum/gonum.git
synced 2025-10-23 23:23:15 +08:00
all: fix up missing or malformatted package doc comments
This commit is contained in:

committed by
Dan Kortschak

parent
14efad756b
commit
9b6dcf36f0
6
lapack/doc.go
Normal file
6
lapack/doc.go
Normal 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"
|
Reference in New Issue
Block a user