14 Commits

Author SHA1 Message Date
6cbecfd2c6 Fully implemented Galois field arithmetic operations
- Changed static "size_t"-type to a define to allow for compiling with different data types
  - Added modular arithmetic operation to protected section
  - Added a simplified constructor for supplying literals
Probably some other things I didn't think were worth mentioning
NOTE: Galois-field code may be unstable!
2018-03-04 09:59:25 +01:00
90fddd72de Started adding multiplicative inverse 2018-03-02 08:05:04 +01:00
341fb538a8 Started properly implementing galois 'n stuff 2018-03-01 01:14:51 +01:00
3f7eddc378 Added Galois implementation 2018-02-28 02:41:19 +01:00
9399030a9a Started implementing Galois class 2018-02-28 02:38:29 +01:00
a9df66c179 Fixed files not being added 2018-02-27 21:59:19 +01:00
a068c34862 Added makefile
Changed defines to support linux
Fixed types
2018-02-27 21:40:39 +01:00
521cbe335f Updated Matrix class
- Implemented determinant function
  - Added more function overloads for convenience
  - Fixed some typing issues
  - Added semi-proper function chaining
Changed how Vectors handle recieving arrays
Fixed small issue with namespaces not being used
Started structuring Galois class
2018-02-26 23:26:05 +01:00
fa54698850 Added matrix code 2018-02-26 17:07:17 +01:00
179cbc234b Sorted everything into namespaces
Added headers for some common mathematical fields
  - Started adding class structures
  - Added declarations for useful functions
Added operator-assignment operator overloads to BigInteger
2018-02-26 02:28:58 +01:00
1448af586d Implemented BigInteger (semi-tested)
- Added operator overloads for all operations
  - Added internal functions that modify the value is is called on, as opposed to creating a new object
Changed some settings
2018-02-26 01:30:53 +01:00
eae9518127 Added license and readme 2018-02-25 11:40:12 +01:00
d1a647d538 Add project files. 2018-02-25 11:34:48 +01:00
302baa9d61 Add .gitignore and .gitattributes. 2018-02-25 11:34:45 +01:00