Registry / utility / gonum-matrix

gonum-matrix

JSON →
library0.0.0-20181209220409-c518dec07be9gogounverified

Provides matrix types and operations for numerical computing in Go.

go get github.com/gonum/matrix
INSTALL
IMPORT
SIG · GONUM-MATRIX
G
gonum-matrix
utilitygov0.0.0-20181209220409-c518dec07be9
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.

matrix
github.com/gonum/matrix

Create a 2x2 dense matrix

package main import ( "fmt" "github.com/gonum/matrix/mat64" ) func main() { m := mat64.NewDense(2, 2, []float64{1, 2, 3, 4}) fmt.Println(m) }
Debug
Known issues
breakingThe gonum/matrix package is deprecated; use gonum.org/v1/gonum/mat instead.
fix
Replace import with gonum.org/v1/gonum/mat
affects: >=0.0.0
Upgrade
Version history
0.0.0-20181209220409-c518dec07be9latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

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