Skip to content
/ Matrix Public

Implementation of some linear Algebra operations with array container in C++

Notifications You must be signed in to change notification settings

Every2/Matrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MATRIX

PT-BR

Matrix is a header-only library with some matrix operations used in linear algebra.

Dependencies

Matrix has two dependencies:

  • Google Test - For Tests, if you wanna run
  • Boost Rational - for Rational Type

For these two, a conanfile.txt is provided to facilitate the process.

How to run

First you need to have conan installed, otherwise just run pip install conan or download it here.

Now run conan profile detect --force to have conan provide the configuration for you, of course you will need a c++ compiler.

After that, run conan install . --output-folder=build --build=missing in the same place as conanfile.txt is.

Everything should work! :)

More

Arch

FAQ

About

Implementation of some linear Algebra operations with array container in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published