Skip to content

XelerT/matrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Determinant of matrix calculator, optimal matrix multiplication and lazy mtrx.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published