Skip to content

Library to work with matrices. Support all the possible operations with matrix. Includes Makefile for your comfort. Build fully on C++

Notifications You must be signed in to change notification settings

badover/MatrixLibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Matrix Library

Make your own library to work with matrices!
Supports all possible operations with matrices.


Build Instructions

To build the library files (.a and .o), use:

make all

Other available options:

make rebuild - rebuild the library

make clean - remove all extra files

make build - build from scratch

make test - run tests

make gcov_report - generate code coverage report

make clang-check - check code formatting

make clang-format - format code according to C style

About

Library to work with matrices. Support all the possible operations with matrix. Includes Makefile for your comfort. Build fully on C++

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published