- This program helps to do basic operations with matrixes
- Cmake version 3.21
> git clone git@github.com:MaxGroshev/matrix.git
> mkdir build
> cd build
> cmake ..
> make
Required programs:
- Python
- Google tests
> ./tests/unit_tests
./matrix/mx_lazy
Run this command from top project directory
> python ./tests/end_to_end_tests/cow_e2e_test.py
Required programs: python
> python3 ./tests/end_to_end_tests/mx_power_gen.py
- -p [--power] sets power of matrixes
- -s [--size] sets size of matrixes
- -dat [--data] sets name of file for data
- -ans [--ans] sets name of file for answers
./matrix/mx_order
./matrix/mx_mul
Run this command from top project directory
> python ./tests/end_to_end_tests/e2e_test.py
Required programs: python
> python3 ./tests/end_to_end_tests/chain_test_generator.py
- -c [--count] sets count of matrixes
- -m[--mode] set mode of generator("o" - generate order; "mxo" - generate order and matrix)
- -f [--file] sets name of file for data