How to set up interface to accept multi-dimension array?

This page summarizes the projects mentioned and recommended in the original post on /r/golang

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. gonum

    Gonum is a set of numeric libraries for the Go programming language. It contains libraries for matrices, statistics, optimization, and more

    But if you want to see what can be done for numeric stuff, check out gonum. Personally, I still wouldn't use Go, and I rather suspect it's still pretty easy to reach for something like what you're trying to do and not find it because Go just can't write that type sensibly, but you can at least see what is available, written by people who disagree with me about Go not being a great language for this.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. go-multi

    a multi-dimensional array library

    [Edit] I coded up a simple repo to show this in action https://github.com/patrickhuber/go-multi

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Gonum Numerical Packages

    1 project | news.ycombinator.com | 18 Oct 2022
  • How should other Go programs pass data to my program?

    1 project | /r/golang | 30 Dec 2021
  • Constrained Optimization Algorithms in Go

    2 projects | /r/golang | 28 Sep 2021
  • Simple linear algebra in golang

    1 project | /r/golang | 2 Sep 2021
  • [Question] gonum/gonum/graph -- Import/Export of Shortest Path Trees

    1 project | /r/golang | 20 Aug 2021

Did you know that Go is
the 4th most popular programming language
based on number of references?