Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 447 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 447 Bytes

Matrix chain multiplication

Install & Build

    $ git clone /~https://github.com/XelerT/matrix.git
    $ cd matrix
    $ cmake -S . -B build -DCMAKE_BUILD_TYPE=Release && cmake --build build 

Run

Run lvl1 mode:

    $ ./matrix --lvl1=true

Run lvl2 mode:

    $ ./matrix --lvl2=true

Run chain multiplication comparison mode:

    $ ./matrix --lvl2=true --mul=true

Run tester of lazy matrixes

    $ ./matrix