Skip to content

rhythmize/Matrix_Vector_in_cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Matrices and Vectors

Requirements

sudo apt install libgtest-dev

Build commands: Executable will be kept in the bin directory

For Release build, enable set(CMAKE_BUILD_TYPE "Release") in CMakeLists.txt

For Debug build (with ASAN flags), enable set(CMAKE_BUILD_TYPE "Release") in CMakeLists.txt

mkdir build
cd build
cmake ..
make -j8

Clean commands:

make clean

Run main:

cd bin
./run_main

Run tests:

cd bin
./run_tests

About

Basic Matrix and Vector operations in C++ with GTests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published