veeraragav / linalg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

linalg

Basic Build Instructions

  1. Make a build directory in the top level directory: mkdir build && cd build
  2. Compile: cmake .. && make
  3. This complies the library along with a example program which comes along with the library.
  4. Run the example program: ./example

About


Languages

Language:C++ 91.6%Language:CMake 8.4%