Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jacalz/linalg
Fast and easy-to-use package for Linear Algebra calculations. Written in pure Go with no external dependencies.
https://github.com/jacalz/linalg
hacktoberfest linear-algebra math matrix no-external-dependency pure-go vector
Last synced: 20 days ago
JSON representation
Fast and easy-to-use package for Linear Algebra calculations. Written in pure Go with no external dependencies.
- Host: GitHub
- URL: https://github.com/jacalz/linalg
- Owner: Jacalz
- License: bsd-3-clause
- Created: 2021-02-09T16:53:51.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-24T17:24:03.000Z (about 3 years ago)
- Last Synced: 2024-11-16T23:16:22.925Z (about 2 months ago)
- Topics: hacktoberfest, linear-algebra, math, matrix, no-external-dependency, pure-go, vector
- Language: Go
- Homepage:
- Size: 73.2 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# linalg
Fast and easy-to-use packages for Linear Algebra calculations. Written in pure Go with no external dependencies.
The goal is to provide vector and matrix implementations that are cross-platform, fast and easy-to-use.***NOTE:*** *This package is work in progress and might see large changes going forward. Use at your own risk.*
## Packages
Below is a list of the avaliable packages.
- **github.com/Jacalz/linalg/matrix**: Provides a package for working with matricies in any dimension.
- **github.com/Jacalz/linalg/matrix/constants**: Predefined matricies for specific use cases.
- **github.com/Jacalz/linalg/vector**: Provides a package for working with vectors in any dimension.
- **github.com/Jacalz/linalg/vector/r2**: Optimized package for working with vectors in two dimensions.
- **github.com/Jacalz/linalg/vector/r3**: Optimized package for working with vectors in three dimensions.## Requirements
A [Go](https://golang.org/) compiler of a recent version should do. Official support will be for the two latest stable Go versions, but older versions might still work without issues. For the currently recommended minimum version, see [go.mod](./go.mod).
## Contributing
Contributions are strongly appreciated. Everything from creating bug reports to contributing code will help the project a lot, so please feel free to help in any way, shape or form that you feel comfortable with.
## Packages using this
- [Linedisp](https://github.com/Jacalz/linedisp): Display lines in Fyne using linear algebra!## License
Linalg is licensed under the `BSD 3-Clause License` and freely avaliable to all of those that wish to use it.