Registry / utility / tensor

tensor

JSON →
library0.9.24gogounverified

Package tensor provides efficient, generic n-dimensional arrays in Go.

go get gorgonia.org/tensor
INSTALL
IMPORT
SIG · TENSOR
T
tensor
utilitygov0.9.24
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.

tensor
gorgonia.org/tensor

Creates a 2x3 tensor and prints it.

package main import ( "fmt" "gorgonia.org/tensor" ) func main() { t := tensor.New(tensor.WithShape(2, 3), tensor.WithBacking([]float64{1, 2, 3, 4, 5, 6})) fmt.Println(t) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
tensor — go get tensor · libregistry