/NetCracker-Courses-Lab6

Multithreaded matrix multiplication

Primary LanguageJava

This program multiplies two square matrices of a given size with a set of randomly generated real numbers in multi-threaded and single-threaded mode. It allows to estimate the time taken for multiplication, depending on the mode.