Registry / utility / vecf64

vecf64

JSON →
library0.9.0gogounverified

Provides common functions and methods for slices of float64, including element-wise operations.

go get gorgonia.org/vecf64
INSTALL
IMPORT
SIG · VECF64
V
vecf64
utilitygov0.9.0
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.

vecf64
gorgonia.org/vecf64

Performs element-wise addition of two float64 slices.

package main import ( "fmt" "gorgonia.org/vecf64" ) func main() { a := []float64{1, 2, 3} b := []float64{4, 5, 6} result := vecf64.Add(a, b) fmt.Println(result) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.9.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
vecf64 — go get vecf64 · libregistry