moddyz / mat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mat

C++ & python linear algebra library. Developed as part of learning linear algebra.

Table of Contents

Dependencies

The following dependencies are mandatory:

  • C++ compiler
  • CMake (3.12 or greater)

The following dependencies are optional:

Building

Example snippet for building this project:

mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX="~/install/mat/" ..
cmake --build  . -- VERBOSE=1 -j8 all test install

CMake options for configuring this project:

CMake Variable name Description Default
BUILD_TESTING Enable automated testing. OFF
BUILD_DOCUMENTATION Build documentation. OFF

About

License:MIT License


Languages

Language:CMake 70.2%Language:C++ 26.7%Language:Shell 1.8%Language:Python 1.3%