11 Commits

Author SHA1 Message Date
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