Skip to content
This repository has been archived by the owner on Feb 3, 2024. It is now read-only.

Releases: MMauro94/matrix-revolution

Matrix Reloaded

19 Dec 20:50
Compare
Choose a tag to compare

This is the release that solves the second assignment. It has been developed by Marco Marangoni (858450).

Changes:

  1. Now the library uses the static decorator, which improves performances
  2. Added StaticSizeMatrix, which allows additional check at compile time for the bounds
  3. Now it is possible to sum and multiply matrices

The Matrix

26 Nov 17:04
Compare
Choose a tag to compare

First release of the library, that solves the first assignement of the course.