Skip to content

v0.4.0

Compare
Choose a tag to compare
@Dvd-Znf Dvd-Znf released this 20 Sep 19:10
· 8 commits to master since this release

This is the fourth release of mmp!! 🎉❤️

New:

  • Added new transpose matrix function

This release includes the following basic features of the mmp program following its core concept:

  • Create new matricies inside the cli program
  • View those created matricies
  • Multiplication, Addition, Transposition and Tracing for those matricies
  • readline based cli means cool features like auto tab completion

Dependencies:

  • readline
  • figlet
  • lolcat
  • cmake (Necesary for building & compiling the software)
  • make & gcc* (Necesary for building & compiling the software)

*May work with other C++ compilers but it was tested only with gcc.