Registry / utility / vecf32

vecf32

JSON →
library0.9.0gogounverified

Provides common functions and methods for slices of float32, including elementwise operations and scalar-vector arithmetic.

go get gorgonia.org/vecf32
INSTALL
IMPORT
SIG · VECF32
V
vecf32
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.

vecf32
gorgonia.org/vecf32

Adds two float32 slices elementwise.

package main import ( "fmt" "gorgonia.org/vecf32" ) func main() { a := []float32{1.0, 2.0, 3.0} b := []float32{4.0, 5.0, 6.0} result := vecf32.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
vecf32 — go get vecf32 · libregistry