https://github.com/hachreak/gfjama
GFJama - Galois Field Java Matrix Package
https://github.com/hachreak/gfjama
Last synced: 6 months ago
JSON representation
GFJama - Galois Field Java Matrix Package
- Host: GitHub
- URL: https://github.com/hachreak/gfjama
- Owner: hachreak
- Created: 2014-01-14T23:42:33.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-14T23:46:52.000Z (almost 12 years ago)
- Last Synced: 2025-02-16T22:28:01.287Z (9 months ago)
- Language: Java
- Homepage:
- Size: 441 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
GFJama - Galois Field Java Matrix Package
It's a porting of Jama library on Galois Field.
This library manipulate matrix and use finite field mathematics.
You have at disposition many method to find the transpose, sum/subtract matrix, multiply matrix, solve square matrices, find determinant, and other operations.
There is a dedicate class to fill a matrix with random values.
You can use this kind of Galois Field: GF(2^3), GF(2^8), GF(2^16).