- 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!
- 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
Added headers for some common mathematical fields
- Started adding class structures
- Added declarations for useful functions
Added operator-assignment operator overloads to BigInteger
- 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