tborensztejn / Matrix-Library

This is a simple matrix library in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Matrix-Library

This is a simple matrix library in C

This library provides functions that can do the following basic calculations:

  1. Addition
  2. Subtraction
  3. Multiplication
  4. Division
  5. Determinant (up to 11x11 matrix size)
  6. Inverse Matrix (up to 11x11 matrix size)
  7. Transpose

Alt Text

About

This is a simple matrix library in C

License:Other


Languages

Language:C 100.0%