all: add pkg.go.dev reference README badges

As discussed during the review of the immediately preceding changesets.
This commit is contained in:
Chris Nobody
2023-03-09 20:10:20 +02:00
committed by Dan Kortschak
parent 0f19c83e37
commit 45b800a8c6
13 changed files with 51 additions and 14 deletions

View File

@@ -1,5 +1,7 @@
Gonum LAPACK [![GoDoc](https://godocs.io/gonum.org/v1/gonum/lapack?status.svg)](https://godocs.io/gonum.org/v1/gonum/lapack)
Gonum LAPACK
======
[![go.dev reference](https://pkg.go.dev/badge/gonum.org/v1/gonum/lapack)](https://pkg.go.dev/gonum.org/v1/gonum/lapack)
[![GoDoc](https://godocs.io/gonum.org/v1/gonum/lapack?status.svg)](https://godocs.io/gonum.org/v1/gonum/lapack)
A collection of packages to provide LAPACK functionality for the Go programming
language (http://golang.org). This provides a partial implementation in native go
@@ -25,4 +27,3 @@ Go implementation of the LAPACK API (incomplete, implements the `float64` API).
Wrappers for an implementation of the double (i.e., `float64`) precision real parts of
the LAPACK API.