From 949df3ab27067f582624fc9d48ab5890d4e65daf Mon Sep 17 00:00:00 2001 From: Kwesi Rutledge Date: Mon, 26 Jun 2023 20:29:06 -0400 Subject: [PATCH] Update README.md Inserted MatProInterface.go into README. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 968f0748..c34b7cc5 100644 --- a/README.md +++ b/README.md @@ -2081,6 +2081,7 @@ _Libraries for scientific computing and data analyzing._ - [GoStats](https://github.com/OGFris/GoStats) - GoStats is an Open Source GoLang library for math statistics mostly used in Machine Learning domains, it covers most of the Statistical measures functions. - [graph](https://github.com/yourbasic/graph) - Library of basic graph algorithms. - [jsonl-graph](https://github.com/nikolaydubina/jsonl-graph) - Tool to manipulate JSONL graphs with graphviz support. +- [MatProInterface.go](https://github.com/MatProGo-dev/MatProInterface.go) - MatProInterface.go is an open source package for defining mathematical programs (e.g., convex optimization problems) in Go. - [ode](https://github.com/ChristopherRabotin/ode) - Ordinary differential equation (ODE) solver which supports extended states and channel-based iteration stop conditions. - [orb](https://github.com/paulmach/orb) - 2D geometry types with clipping, GeoJSON and Mapbox Vector Tile support. - [pagerank](https://github.com/alixaxel/pagerank) - Weighted PageRank algorithm implemented in Go.