Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Gonum/matrix
Matrix packages for the Go language [DEPRECATED]
https://github.com/Gonum/matrix
go matrix
Last synced: 3 months ago
JSON representation
Matrix packages for the Go language [DEPRECATED]
- Host: GitHub
- URL: https://github.com/Gonum/matrix
- Owner: gonum
- Archived: true
- Created: 2013-03-05T01:59:12.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2018-12-09T22:04:11.000Z (about 6 years ago)
- Last Synced: 2024-08-03T15:06:04.768Z (6 months ago)
- Topics: go, matrix
- Language: Go
- Homepage:
- Size: 1.02 MB
- Stars: 446
- Watchers: 27
- Forks: 53
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gonum Matrix [![Build Status](https://travis-ci.org/gonum/matrix.svg?branch=master)](https://travis-ci.org/gonum/matrix) [![Coverage Status](https://coveralls.io/repos/gonum/matrix/badge.svg?branch=master&service=github)](https://coveralls.io/github/gonum/matrix?branch=master) [![GoDoc](https://godoc.org/github.com/gonum/matrix?status.svg)](https://godoc.org/github.com/gonum/matrix)
# This repository is no longer maintained. Development has moved to https://github.com/gonum/gonum.
This is a matrix package for the Go language.
## Issues
If you find any bugs, feel free to file an issue on the github [issue tracker for gonum/gonum](https://github.com/gonum/gonum/issues) if the bug exists in that reposity; no code changes will be made to this repository. Other discussions should be taken to the gonum-dev Google Group.
https://groups.google.com/forum/#!forum/gonum-dev
## License
Please see github.com/gonum/gonum for general license information, contributors, authors, etc on the Gonum suite of packages.