Skip to content

sharpclone/matrices_manipcpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

matrices_manipcpp

A single header file for all your operations with matrices in C++, this includes :

  • Adding
  • Multiplying
  • Bringing a matrix to a echelon form [multiple methods] : Gauss or Pivot
  • Finding the determinant of a matrix
  • Solving linear systems, check if its a compatible or incompatible system

About

A single header file for all your operations with matrices, this includes :

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages