Skip to content

A simple custom matrix module with test module.

License

Notifications You must be signed in to change notification settings

mp3skater/matrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Matrix-calculation module

A simple matrix-calculation module for your matrix-calculations. whats a matrix?

Features

--> Info: This project is an interesting school-exercise which implements a custom matrix-module with certain funktions and a simple test-class :)

Elements:

  • The matrix-module with header
  • A makefile
  • A test-module

Funktions:

  • madd (adds two matrixes together)
  • msub (subtracts two matrixes)
  • mskal (scale a matrix(multiplicate every element with a val_t which is a double))
  • mprod (multiplicate two matrixes)

In Future:

  • Idk, I'd be already happy if it worked (2)...

How to use

To compile this program I'd recommend to use a linux distro with gcc, but you can also use MinGW for windows or an IDE like Vim/Emacs or VCS for Windows and MacOS. The rule to compile the test-program is in the makefile.

License

This project is open source and licensed under the MIT License.