Registry / utility / gonum-internal

gonum-internal

JSON →
library0.0.0-20181124074243-f884aa714029gogounverified

Internal utility functions used by the Gonum numerical computing packages.

go get github.com/gonum/internal
INSTALL
IMPORT
SIG · GONUM-INTERNAL
G
gonum-internal
utilitygov0.0.0-20181124074243-f884aa714029
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.

internal
github.com/gonum/internal

Computes the dot product of two float64 slices.

package main import ( "fmt" "github.com/gonum/internal/asm/f64" ) func main() { x := []float64{1, 2, 3} y := []float64{4, 5, 6} dot := f64.DotUnitary(x, y) fmt.Println(dot) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20181124074243-f884aa714029latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

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