Registry / utility / v1-gonum

v1-gonum

JSON →
library0.17.0gogounverified

Gonum is a set of packages for numerical and scientific computing in Go.

go get gonum.org/v1/gonum
INSTALL
IMPORT
SIG · V1-GONUM
V
v1-gonum
utilitygov0.17.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.

gonum
gonum.org/v1/gonum

Creates and prints a 2x2 matrix.

package main import ( "fmt" "gonum.org/v1/gonum/mat" ) func main() { a := mat.NewDense(2, 2, []float64{1, 2, 3, 4}) fmt.Println(a) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
v1-gonum — go get v1-gonum · libregistry