This is a 2x2 Matrix Data structure that has functions to add, subtract, multiply, scalar multiply and inverse the matrix. These matrices are done using a cpp data type known as a structure, the ...
The CPU I used was an Intel i5-3570k. I initialized with the startup parameters --seed 1234 --random_mod 2 --device cpu. I used the same seed value (1234) as my GPU test to ensure each device was ...