Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 291 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 291 Bytes

Math

A mathematic library implementation, first concentrating on linear algrebra

Development

Build environment setup:

git clone --recurse-submodules git@github.com:Adnn/Math.git
cd Math
mkdir build && cd build
cmake ..
# Actual build command
cmake --build .