Skip to content

Logrus86/MatrixRemake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Exercise 1 "Matrix" remake.

Purposes:

  • OOP based program to work with matrices with expandable code and functionality.
  • (base) matrix multiplication for block matrices;
  • (base) random fill of matrices;
  • (base) check for arbitrary size for block matrices before calculating product;
  • (base) check for non-zero sized matrices input;+
  • (added) use Factory Method pattern; +?
  • (added) getters and setters; +
  • (added) matrix output method does not uses 'sout', just converts Matrix to String;+
  • (added) using StringBuilder;+
  • (added) all text in english;+

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages