From 2e19e74ca9160e08ea291b815ae35244a4f50320 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A1ssio=20Botaro?= Date: Mon, 22 Oct 2018 12:07:37 -0300 Subject: [PATCH] remove go.matrix (#2154) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 44feb06d..80b36170 100644 --- a/README.md +++ b/README.md @@ -1097,7 +1097,6 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [go-dsp](https://github.com/mjibson/go-dsp) - Digital Signal Processing for Go. * [go-fn](https://github.com/ematvey/go-fn) - Mathematical functions written in Go language, that are not covered by math pkg. * [go-gt](https://github.com/ThePaw/go-gt) - Graph theory algorithms written in "Go" language. -* [go.matrix](https://github.com/skelterjohn/go.matrix) - linear algebra for go (has been stalled). * [gocomplex](https://github.com/varver/gocomplex) - Complex number library for the Go programming language. * [goent](https://github.com/kzahedi/goent) - GO Implementation of Entropy Measures * [gohistogram](https://github.com/VividCortex/gohistogram) - Approximate histograms for data streams.