Skip to content

Basic generic multithreaded matrix class entirely in a header file.

Notifications You must be signed in to change notification settings

l90lpa/mt-matrix-class

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

mt-matrix-class

This is a basic generic multithreaded matrix class entirely in a header file, utilizing only the STL.

Current functionality includes:

0. Proposed works

Friend functions:

  • Matrix multiplication.

Member functions:

  • Determinant.
  • Inverse.

1. Directory structure

  • examples
  • tests
  • MT_D_Base_Matrix.h

2. Dependencies

C++11 STL

3. Setup

  • 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".

About

Basic generic multithreaded matrix class entirely in a header file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages