https://github.com/satoshin-des/glal
GLAL(Go Linear Algebra Library). A go-lang library for linear algebra
https://github.com/satoshin-des/glal
go go-library go-module go-modules go-package go-packages golang golang-library golang-package linear-algebra math mathematics matrix vector
Last synced: about 1 year ago
JSON representation
GLAL(Go Linear Algebra Library). A go-lang library for linear algebra
- Host: GitHub
- URL: https://github.com/satoshin-des/glal
- Owner: satoshin-des
- License: mit
- Created: 2025-02-07T02:46:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-20T00:46:01.000Z (over 1 year ago)
- Last Synced: 2025-02-20T01:36:17.576Z (over 1 year ago)
- Topics: go, go-library, go-module, go-modules, go-package, go-packages, golang, golang-library, golang-package, linear-algebra, math, mathematics, matrix, vector
- Language: Go
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# glal
GLAL(Go Linear Algebra Library). A go-lang library for linear algebra
# 全体的に工事中
## GLALとは
GLALは,Go Linear Algebra Libraryの略でGo言語で線形代数とかを扱う為のライブラリです.Go言語をつい最近始めたので練習がてら作ってみてます.
恐らく完成という概念は存在しませんので,気が付いたら修正したり,関数を実装したり,そんなことをずっと続けていくでしょう.
## 使い方
Coming soon...