Skip to content

matrixplusplus is a matrix library written in C++

Notifications You must be signed in to change notification settings

zjw314/matrixplusplus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

matrixplusplus

matrixplusplus is a 2D matrix library written in C++. Matrices have 1 based indexing and values are stored as doubles.

Functionalities include:

  • Creating and displaying a matrix
  • Editing a matrix
  • Adding and multiplying matrices
  • Finding the determinant of a matrix
  • Finding the row echelon form of a matrix
  • Finding the reduced row echelon form of a matrix
  • Finding rank and nullity of a matrix

Please see demo.cpp for how to use this library. Enjoy!