Skip to content

GianlucaMancusi/matrix_computation

Repository files navigation

This C library is designed to perform calculations on matrix. Here are some of the cool features:

  • Determinant of a square matrix (Laplace's method)
  • Possibility to reduce a matrix in rowEchelonForm
  • In-situ matrix transposition (uses a lightweight auxiliary table to perform it on rectangular matrices)
  • Fast matrix row edits (matrices are stored by rows)
  • Matrix multiplication

About

Some useful Matrix Calculation tools optimized for each system

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages