Skip to content

VasilyMarkov/Matrices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Matrices determinant compute

Install

$git clone [email protected]:VasilyMarkov/Matrices.git

Build

Manual Build

$cmake -S . -B release -DCMAKE_BUILD_TYPE=Release && cmake --build release

Auto Build

$./bld 

Auto Build with tests

$./bld TEST

Run

App

$./matrices < data_file

Tests

$./run_tests unit 

Valgrind tests

$./valgrind_tests unit 

Tests results in tests/result.log

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published