Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Matrix

Matrix class for working with standard linear algebra methods

Dependencies

  1. g++
  2. CMake 3.10 version (or higher)
  3. GTest (for testing)

Compiling

Matrix

To compile matrix:

$ mkdir build
$ cmake -S ./ -B build/Release
$ cmake --build build/Release

Test

To compile unit tests you need the gtest library:

$ cd test
$ mkdir build
$ cd build
$ сmake ..
$ make

Run the program:

Matrix

$ ./build/Debug/discr

Test:

$ ./UnitTest

About

Finding the determinant of an arbitrary matrix

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages