Registry / utility / gonum-blas

gonum-blas

JSON →
library0.0.0-20181208220705-f22b278b28acgogounverified

Gonum BLAS provides Go implementations of the Basic Linear Algebra Subprograms (BLAS) interface.

go get github.com/gonum/blas
INSTALL
IMPORT
SIG · GONUM-BLAS
G
gonum-blas
utilitygov0.0.0-20181208220705-f22b278b28ac
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

blas
github.com/gonum/blas

Computes the dot product of two vectors using BLAS.

package main import ( "fmt" "github.com/gonum/blas" ) func main() { fmt.Println(blas.Implementation().Ddot(3, []float64{1, 2, 3}, 1, []float64{4, 5, 6}, 1)) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20181208220705-f22b278b28aclatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
gonum-blas — go get gonum-blas · libregistry