# numgo **Repository Path**: uenigma/numgo ## Basic Information - **Project Name**: numgo - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-22 - **Last Updated**: 2024-09-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README numgo [![Build Status](https://travis-ci.org/jesand/numgo.svg?branch=master)](https://travis-ci.org/jesand/numgo) [![Coverage Status](https://img.shields.io/coveralls/jesand/numgo.svg)](https://coveralls.io/r/jesand/numgo?branch=master) =============== Linear algebraic tools for Go, based on the excellent NumPy library for Python. Project Status --------------- This project is in very early stages of development, and a strong argument could be made for merging its unique features into another library, such as https://github.com/gonum/matrix. However, I would like to add more of the features from NumPy and SciPy to build this into a more robust scientific computing framework. Any comments are welcome. Documentation --------------- You can find API documentation at [godoc](https://godoc.org/github.com/jesand/numgo).