This is a basic generic multithreaded matrix class entirely in a header file, utilizing only the STL.
Current functionality includes:
- Matrix multiplication.
- Determinant.
- Inverse.
- examples
- tests
- MT_D_Base_Matrix.h
C++11 STL
- Download and place MT_D_Base_Matrix.h in the project directory.
- Include MT_D_Base_Matrix.h in the relevant files, i.e., #include "MT_D_Base_Matrix.h".