Skip to content

Releases: Dvd-Znf/Matrix-Multiplication-Project

v0.4.2

24 Sep 14:33
Compare
Choose a tag to compare

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

Fixed:

  • Fixed a wrong return value

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.

v0.4.1

21 Sep 15:00
Compare
Choose a tag to compare

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

Fixed:

  • Bug caused by the addition of 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.

v0.4.0

20 Sep 19:10
Compare
Choose a tag to compare

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.

v0.3.0

31 Aug 08:59
Compare
Choose a tag to compare

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

New:

  • Added signal interupt handling

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 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.

v0.2.0

30 Jul 21:26
50b099d
Compare
Choose a tag to compare

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

New:

  • Added internal version command

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 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.

v0.1.0

25 Jul 15:02
Compare
Choose a tag to compare

This is the first real release of mmp!! 🎉❤️

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 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.